FSharp.ORM


ColumnAttribute

Namespace: FSharp.ORM

Indicates that a property is mapped to a column.

Constructors

ConstructorDescription
new(arg1)
Signature: string -> ColumnAttribute

Initializes a ColumnAttribute instance, with specified Name

new()
Signature: unit -> ColumnAttribute

Initializes a ColumnAttribute instance.

Instance members

Instance memberDescription
Insertable()
Signature: unit -> bool

Gets and Sets whether the collumn is insertable or not.

Insertable()
Signature: unit -> unit

Gets and Sets whether the collumn is insertable or not.

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 column name.

Name()
Signature: unit -> unit

Gets and Sets the column name.

Updatable()
Signature: unit -> bool

Gets and Sets whether the collumn is updatable or not.

Updatable()
Signature: unit -> unit

Gets and Sets whether the collumn is updatable or not.

Fork me on GitHub