ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset.DefQuery Property

Definition query for the replica dataset.

[Visual Basic .NET]
Public Property DefQuery As String
[C#]
public string DefQuery {get; set;}
[C++]
HRESULT get_DefQuery(
  BSTR* DefQuery
);
[C++]
HRESULT put_DefQuery(
  BSTR DefQuery
);
[C++]

Parameters

DefQuery [out, retval]   DefQuery is a parameter of type BSTR DefQuery [in]   DefQuery is a parameter of type BSTR

Product Availability

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

Remarks

The definition query for the replica dataset.

See Also

IGPReplicaDataset Interface