ProcedureAttribute
Namespace: FSharp.ORM
Indicates that a class is mapped to a stored procedure.
Constructors
Constructor | Description |
new()
Signature: unit -> ProcedureAttribute
|
Initializes a ProcedureAttribute instance.
|
Instance members
Instance member | Description |
Catalog()
Signature: unit -> string
|
Gets and Sets the catalog name.
|
Catalog()
Signature: unit -> unit
|
Gets and Sets the catalog name.
|
IsEnclosed()
Signature: unit -> bool
|
Gets and Sets whether names are enclosed or not.
|
IsEnclosed()
Signature: unit -> unit
|
Gets and Sets whether names are enclosed or not.
|
Name()
Signature: unit -> string
|
Gets and Sets the stored procedure name.
|
Name()
Signature: unit -> unit
|
Gets and Sets the stored procedure name.
|
Schema()
Signature: unit -> string
|
Gets and Sets the schema name.
|
Schema()
Signature: unit -> unit
|
Gets and Sets the schema name.
|