This document is archived and information here might be outdated.  Recommended version.


IRecordSetInit.CreateTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.CreateTable Method
ArcGIS Developer Help

IRecordSetInit.CreateTable Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When using a recordset class, the CreateTable property is used to create an empty table or feature class for a RecordSet.

See Also

IRecordSetInit Interface