ArcObjects Library Reference (GeoDatabase)  

IReplicaFilterDescriptionEdit.TableDefQuery Property

The definition query to use when checking out a dataset.

[Visual Basic .NET]
Public Sub set_TableDefQuery ( _
    ByVal Index As Integer, _
    ByVal A_2 As String _
)
[C#]
public void set_TableDefQuery (
    int Index,
    string A_2
);
[C++]
HRESULT put_TableDefQuery(
  long Index,
  BSTR 
);
[C++]

Parameters

Index [in]   Index is a parameter of type long [in]    is a parameter of type BSTR

Product Availability

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

Remarks

This property allows you to set a where clause as a filter.

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

IReplicaFilterDescriptionEdit Interface