This document is archived and information here might be outdated. Recommended version. |
Sets the fields to be used when creating cursors.
[Visual Basic .NET] Public Sub SetFields ( _ ByVal Fields As IFields, _ ByVal wildCard As String, _ ByVal FieldType As String _ )
[C#] public void SetFields ( IFields Fields, string wildCard, string FieldType );
[C++]
HRESULT SetFields(
IFields* Fields,
BSTR wildCard,
BSTR FieldType
);
[C++] Parameters Fields [in]
Fields is a parameter of type IFields* wildCard [in]
wildCard is a parameter of type BSTR FieldType [in]
FieldType is a parameter of type BSTR