FSharp.ORM


TableAttribute

Namespace: FSharp.ORM

Indicates that a class is mapped to a table.

Constructors

ConstructorDescription
new(arg1)
Signature: string -> TableAttribute

Initializes a TableAttribute instance, with specified Name

new()
Signature: unit -> TableAttribute

Initializes a TableAttribute instance.

Instance members

Instance memberDescription
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 table name.

Name()
Signature: unit -> unit

Gets and Sets the table name.

Schema()
Signature: unit -> string

Gets and Sets the schema name.

Schema()
Signature: unit -> unit

Gets and Sets the schema name.

Fork me on GitHub