TableAttribute Constructors
Specifies a data store table to which an entity class maps its data.Name | Description |
---|---|
Create(string,string) | Initializes a new instance of the TableAttribute class with specified settings. |
Create(string) | Initializes a new instance of the TableAttribute class with specified settings. |
See Also