This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDef Interface > IQueryDef.SubFields Property (ArcObjects .NET 10.5 SDK) |
The comma delimited list of field names for the query.
[Visual Basic .NET] Public Property SubFields As String
[C#] public string SubFields {get; set;}
[C++]
HRESULT get_SubFields(
BSTR* SubFields
);
[C++]
HRESULT put_SubFields(
BSTR SubFields
);
[C++]
Parameters SubFields [out, retval] SubFields is a parameter of type BSTR SubFields [in] SubFields is a parameter of type BSTR