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


IRecordSetInit.CreateTable Method (ArcObjects .NET 10.4 SDK)
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