SQLProvider

MappedColumnAttribute Type

Attribute for mapping entity properties to database columns with different names. Use this when your database column name differs from your preferred F# property name.

Constructors

Constructor Description

MappedColumnAttribute(name)

Full Usage: MappedColumnAttribute(name)

Parameters:
    name : string

Returns: MappedColumnAttribute
name : string
Returns: MappedColumnAttribute

Instance members

Instance member Description

this.Name

Full Usage: this.Name

Returns: string

Gets the database column name this property maps to

Returns: string

Type something to start searching.