TermRelationShip Module
Types
| Type | Description |
Functions and values
| Function or value | Description |
Full Usage:
addOrUpDateInPlace param termrelationship
Parameters:
CvParam
termrelationship : TermRelationShip
Returns: TermRelationShip
|
|
Full Usage:
createTermRelationShip id termid relationshiptype fkrelatedterm rowversion
Parameters:
int
termid : string option
relationshiptype : string
fkrelatedterm : string
rowversion : DateTime
Returns: TermRelationShip
|
|
|
|
|
|
Full Usage:
createTermRelationShipWith id termid relationshiptype fkrelatedterm rowversion cvParams
Parameters:
int
termid : string option
relationshiptype : string
fkrelatedterm : string
rowversion : DateTime
cvParams : CvParam seq
Returns: TermRelationShip
|
|
Full Usage:
insertTermRelationShipToDb insertInTableF insertInParamTableF termrelationship
Parameters:
int -> string option -> string -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
termrelationship : TermRelationShip
Returns: 'a
|
|
Full Usage:
prepareInsertTermRelationShip cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> int
|
|
Full Usage:
prepareInsertTermRelationShipParam cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> 'b -> 'c -> 'd -> 'e -> 'f -> int
|
|
Full Usage:
prepareSelectTermRelationShipbyFKRelatedTerm cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermRelationShipbyID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermRelationShipbyRelationShipType cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermRelationShipbyRowVersion cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
Full Usage:
prepareSelectTermRelationShipbyTermID cn tr
Parameters:
SQLiteConnection
tr : SQLiteTransaction
Returns: 'a -> (int * string * string * string * DateTime) list
|
|
BioFSharp.Mz