ITableCreation : ITableDefinition
The ITableCreation extends ITableDefinition to provide a full set of methods to create or describe the complete set of table definition information.
When to Implement
ITableCreation is an optional provider-supported interface that can describe the properties used in the creation of a table. If the provider implements ITableDefinitionWithConstraint, it must also implement ITableCreation because ITableDefinitionWithConstraints inherits from ITableCreation.
Method |
Description |
---|---|
Adds a new column to a base table. |
|
(Inherited) |
All methods of ITableDefinition. |
This topic is a part of: