This document is archived and information here might be outdated. Recommended version. |
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.