Field structure for holding table information. A Table Info object is specific for a mapped entity
System.Object
Westwind.BusinessFramework.LinqToSql.TableInfo
public class TableInfo : object
Class Members
| Member | Description |
|---|
 |
Constructor |
Default constructor - no assignments of any sort are applied |
 |
PkField |
The primary key id field used by this table. |
 |
PkFieldType |
The type of the PK field. |
 |
Tablename |
The name of the table that is mapped by the main Entity associated with this business object. |
 |
VersionField |
The version field used by this table. Version fields are required |
Requirements
Namespace: Westwind.BusinessFramework.LinqToSql
Assembly: westwind.businessframework.dll