DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Mapping.TableAttribute Class Reference
Inheritance diagram for Deveel.Data.Mapping.TableAttribute:

Public Member Functions

 TableAttribute (string name)
 
 TableAttribute ()
 

Properties

string TableName [get, set]
 

Detailed Description

Definition at line 5 of file TableAttribute.cs.

Constructor & Destructor Documentation

Deveel.Data.Mapping.TableAttribute.TableAttribute ( string  name)
inline

Definition at line 6 of file TableAttribute.cs.

6  {
7  this.TableName = name;
8  }
Deveel.Data.Mapping.TableAttribute.TableAttribute ( )
inline

Definition at line 10 of file TableAttribute.cs.

11  : this(null) {
12  }

Property Documentation

string Deveel.Data.Mapping.TableAttribute.TableName
getset

Definition at line 14 of file TableAttribute.cs.


The documentation for this class was generated from the following file: