DBTable Fields
A table that stores a persistent object‘s data.Name | Description |
---|---|
IsView | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Name | Specifies the table’s name. |
PrimaryKey | Specifies a DBPrimaryKey object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It’s also possible to have a table with a primary key made up of two or more columns. |
See Also