This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaFilterDescription Interface > IReplicaFilterDescription.TableDefQuery Property (ArcObjects .NET 10.4 SDK) |
The definition query to use when checking out a dataset.
[Visual Basic .NET] Public Function get_TableDefQuery ( _ ByVal Index As Integer _ ) As String
[C#] public string get_TableDefQuery ( int Index );
[C++]
HRESULT get_TableDefQuery(
long Index,
BSTR* DefQuery
);
[C++]
Parameters Index [in] Index is a parameter of type long DefQuery [out, retval] DefQuery is a parameter of type BSTR
This property returns an empty string if no where clause has been applied to the dataset at the specified index.
The IReplicaDescription::FindTable method can be used to return the index of a specific dataset. The IReplicaDescription::TableName and IReplicaDescription::TableNameCount properties can be used to cycle through all checked out datasets.