SqlEntity Type
Constructors
Constructor | Description |
Full Usage:
SqlEntity(dc, tableName, columns)
Parameters:
ISqlDataContext
tableName : string
columns : ColumnLookup
Returns: SqlEntity
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.CloneTo
Parameters:
ISqlDataContext
itemExistsAlready : bool
Returns: SqlEntity
|
|
Full Usage:
this.ColumnValues
Returns: (string * obj) seq
|
|
|
|
Full Usage:
this.Delete
|
|
Full Usage:
this.GetColumn
Parameters:
string
Returns: 'T
|
|
|
|
|
|
Full Usage:
this.GetPkColumnOption
Parameters:
string list
Returns: 'T list
|
|
|
|
Full Usage:
this.HasValue
Parameters:
string
Returns: bool
|
|
Full Usage:
this.MapTo
Parameters:
string * obj -> obj
Returns: 'a
|
|
Full Usage:
this.OnConflict
|
|
Full Usage:
this.SetColumn
Parameters:
string
value : 't
|
|
Full Usage:
this.SetColumnOption
Parameters:
string
value : 'a option
|
|
Full Usage:
this.SetColumnOptionSilent
Parameters:
string
value : 'a option
|
|
Full Usage:
this.SetColumnSilent
Parameters:
string
value : 'a
|
|
Full Usage:
this.SetColumnValueOption
Parameters:
string
value : 'a voption
|
|
Full Usage:
this.SetData
Parameters:
(string * 'a) seq
|
|
Full Usage:
this.SetPkColumnOptionSilent
Parameters:
string list
value : 'a option
|
|
Full Usage:
this.SetPkColumnSilent
Parameters:
string list
value : 'a
|
|
|
|
Full Usage:
this._State
|