C# Class MicroLite.Mapping.Attributes.TableAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
TableAttribute ( string name ) : System

Initialises a new instance of the TableAttribute class.

TableAttribute ( string schema, string name ) : System

Initialises a new instance of the TableAttribute class.

Method Details

TableAttribute() public method

Initialises a new instance of the TableAttribute class.
public TableAttribute ( string name ) : System
name string The name of the table.
return System

TableAttribute() public method

Initialises a new instance of the TableAttribute class.
public TableAttribute ( string schema, string name ) : System
schema string The database schema the table exists within (e.g. 'dbo'); otherwise null.
name string The name of the table.
return System