ProcedureParamAttribute
Namespace: FSharp.ORM
Indicates that a property is mapped to a stored procedure parameter.
Constructors
Constructor | Description |
new()
Signature: unit -> ProcedureParamAttribute
|
Initializes a ProcedureParamAttribute instance.
|
Instance members
Instance member | Description |
Direction()
Signature: unit -> Direction
|
Gets and Sets the parameter direction.
|
Direction()
Signature: unit -> unit
|
Gets and Sets the parameter direction.
|
Name()
Signature: unit -> string
|
Gets and Sets the parameter name.
|
Name()
Signature: unit -> unit
|
Gets and Sets the parameter name.
|
Precision()
Signature: unit -> byte
|
Gets and Sets the parameter precision.
|
Precision()
Signature: unit -> unit
|
Gets and Sets the parameter precision.
|
Scale()
Signature: unit -> byte
|
Gets and Sets the parameter scale.
|
Scale()
Signature: unit -> byte
|
Gets and Sets the parameter scale.
|
Scale()
Signature: unit -> unit
|
Gets and Sets the parameter scale.
|
Size()
Signature: unit -> int
|
Gets and Sets the parameter size.
|
Size()
Signature: unit -> unit
|
Gets and Sets the parameter size.
|
UdtTypeName()
Signature: unit -> string
|
Gets and Sets the user defined type name.
|
UdtTypeName()
Signature: unit -> unit
|
Gets and Sets the user defined type name.
|