This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.CreateTable Method (ArcObjects .NET 10.5 SDK) |
Creates an empty table or feature class for a Recordset.
[Visual Basic .NET] Public Sub CreateTable ( _ ByVal Fields As IFields _ )
[C#] public void CreateTable ( IFields Fields );
[C++]
HRESULT CreateTable(
IFields* Fields
);
[C++]
Parameters Fields [in]
Fields is a parameter of type IFields
When using a recordset class, the CreateTable property is used to create an empty table or feature class for a RecordSet.