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.
|
public TableAttribute ( string name ) : System | ||
name | string | The name of the table. |
return | System |
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 |