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.Tables Property (ArcObjects .NET 10.5 SDK) |
The comma delimited list of table names for the query.
[Visual Basic .NET] Public Property Tables As String
[C#] public string Tables {get; set;}
[C++]
HRESULT get_Tables(
BSTR* Tables
);
[C++]
HRESULT put_Tables(
BSTR Tables
);
[C++]
Parameters Tables [out, retval] Tables is a parameter of type BSTR Tables [in] Tables is a parameter of type BSTR