C# Class MicroLite.Mapping.Attributes.TableAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

TableAttribute() public méthode

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.
Résultat System