Field structure for holding table information. A Table Info object is specific for a mapped entity
System.Object
Westwind.BusinessFramework.EntityFramework.TableInfo<TEntity>
public class TableInfo<TEntity> : object
Class Members
| Member | Description |
|---|
 |
Constructor |
Default constructor - no assignments of any sort are applied. Use this constructor if you want to manually assign and override the values of the TableInfo structure |
 |
DbTableName |
The raw table name without container prefix. |
 |
EntityTablename |
The name of the table that is mapped by the main Entity associated with this business object. |
 |
PkField |
The primary key id field used by this table. |
Requirements
Namespace: Westwind.BusinessFramework.EntityFramework
Assembly: westwind.businessframework.dll