ArcObjects Library Reference (Schematic)  

ISchematicRecordsetDesign.QueryString Property

Query string of the schematic recordset.

[Visual Basic .NET]
Public ReadOnly Property QueryString As String
[C#]
public string QueryString {get;}
[C++]
HRESULT get_QueryString(
  BSTR* QueryString
);
[C++]

Parameters

QueryString [out, retval]   QueryString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicRecordsetDesign Interface