Header menu logo BioFSharp.Mz

Parent Module

Types

Type Description

Parent

Functions and values

Function or value Description

addOrUpDateInPlace param parent

Full Usage: addOrUpDateInPlace param parent

Parameters:
Returns: Parent
param : CvParam
parent : Parent
Returns: Parent

createParent id name country rowversion

Full Usage: createParent id name country rowversion

Parameters:
    id : int
    name : string
    country : string option
    rowversion : DateTime

Returns: Parent
id : int
name : string
country : string option
rowversion : DateTime
Returns: Parent

createParentParamTable cn

Full Usage: createParentParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createParentTable cn

Full Usage: createParentTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createParentWith id name country rowversion cvParams

Full Usage: createParentWith id name country rowversion cvParams

Parameters:
    id : int
    name : string
    country : string option
    rowversion : DateTime
    cvParams : CvParam seq

Returns: Parent
id : int
name : string
country : string option
rowversion : DateTime
cvParams : CvParam seq
Returns: Parent

insertParentToDb insertInTableF insertInParamTableF parent

Full Usage: insertParentToDb insertInTableF insertInParamTableF parent

Parameters:
Returns: 'a
insertInTableF : int -> string -> string option -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
parent : Parent
Returns: 'a

prepareInsertParent cn tr

Full Usage: prepareInsertParent cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> int

prepareInsertParentParam cn tr

Full Usage: prepareInsertParentParam cn tr

Parameters:
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int

prepareSelectParentbyCountry cn tr

Full Usage: prepareSelectParentbyCountry cn tr

Parameters:
Returns: 'a -> (int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list

prepareSelectParentbyID cn tr

Full Usage: prepareSelectParentbyID cn tr

Parameters:
Returns: 'a -> (int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list

prepareSelectParentbyName cn tr

Full Usage: prepareSelectParentbyName cn tr

Parameters:
Returns: 'a -> (int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list

prepareSelectParentbyRowVersion cn tr

Full Usage: prepareSelectParentbyRowVersion cn tr

Parameters:
Returns: 'a -> (int * string * string * DateTime) list
cn : SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * DateTime) list

Type something to start searching.