This document is archived and information here might be outdated. Recommended version. |
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,
System.String* 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.