ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescription.TableDefQuery Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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. 

See Also

IReplicaFilterDescription Interface