Header menu logo BioFSharp.Mz

TermRelationShip Module

Types

Type Description

TermRelationShip

Functions and values

Function or value Description

addOrUpDateInPlace param termrelationship

Full Usage: addOrUpDateInPlace param termrelationship

Parameters:
Returns: TermRelationShip
param : CvParam
termrelationship : TermRelationShip
Returns: TermRelationShip

createTermRelationShip id termid relationshiptype fkrelatedterm rowversion

Full Usage: createTermRelationShip id termid relationshiptype fkrelatedterm rowversion

Parameters:
    id : int
    termid : string option
    relationshiptype : string
    fkrelatedterm : string
    rowversion : DateTime

Returns: TermRelationShip
id : int
termid : string option
relationshiptype : string
fkrelatedterm : string
rowversion : DateTime
Returns: TermRelationShip

createTermRelationShipParamTable cn

Full Usage: createTermRelationShipParamTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createTermRelationShipTable cn

Full Usage: createTermRelationShipTable cn

Parameters:
Returns: int
cn : SQLiteConnection
Returns: int

createTermRelationShipWith id termid relationshiptype fkrelatedterm rowversion cvParams

Full Usage: createTermRelationShipWith id termid relationshiptype fkrelatedterm rowversion cvParams

Parameters:
    id : int
    termid : string option
    relationshiptype : string
    fkrelatedterm : string
    rowversion : DateTime
    cvParams : CvParam seq

Returns: TermRelationShip
id : int
termid : string option
relationshiptype : string
fkrelatedterm : string
rowversion : DateTime
cvParams : CvParam seq
Returns: TermRelationShip

insertTermRelationShipToDb insertInTableF insertInParamTableF termrelationship

Full Usage: insertTermRelationShipToDb insertInTableF insertInParamTableF termrelationship

Parameters:
Returns: 'a
insertInTableF : int -> string option -> string -> string -> DateTime -> unit
insertInParamTableF : ParamContainer -> 'a
termrelationship : TermRelationShip
Returns: 'a

prepareInsertTermRelationShip cn tr

Full Usage: prepareInsertTermRelationShip cn tr

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

prepareInsertTermRelationShipParam cn tr

Full Usage: prepareInsertTermRelationShipParam cn tr

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

prepareSelectTermRelationShipbyFKRelatedTerm cn tr

Full Usage: prepareSelectTermRelationShipbyFKRelatedTerm cn tr

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

prepareSelectTermRelationShipbyID cn tr

Full Usage: prepareSelectTermRelationShipbyID cn tr

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

prepareSelectTermRelationShipbyRelationShipType cn tr

Full Usage: prepareSelectTermRelationShipbyRelationShipType cn tr

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

prepareSelectTermRelationShipbyRowVersion cn tr

Full Usage: prepareSelectTermRelationShipbyRowVersion cn tr

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

prepareSelectTermRelationShipbyTermID cn tr

Full Usage: prepareSelectTermRelationShipbyTermID cn tr

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

Type something to start searching.