Share via


ITabularFactory.CreateTable Method

Include Protected Members
Include Inherited Members

Creates a database table object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateTable(ITable) Creates a database table object that is a copy of the specified ITable object.
Public method CreateTable(ISchema, String) Creates a database table object that belongs to the specified ISchema object and has specified name.

Top