ArcObjects Library Reference (GeoDatabase)  

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