PreparedParameter
Namespace: FSharp.ORM
Represents a SQL parameter.
Record Fields
Record Field | Description |
DbType
Signature: DbType
|
Gets the parameter DB type.
|
Direction
Signature: Direction
|
Gets the parameter direction.
|
Name
Signature: string
|
Gets the parameter name.
|
Precision
Signature: byte option
|
Gets the parameter precision.
|
Scale
Signature: byte option
|
Gets the parameter scale.
|
Size
Signature: int option
|
Gets the parameter size.
|
Type
Signature: Type
|
Gets the parameter CLR type.
|
UdtTypeName
Signature: string
|
Gets the user defined type name.
|
Value
Signature: obj
|
Gets the parameter value.
|