PointGroupQueryTokenSingleQuoteCode Property |
Gets the query string token for a single quote.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static string SingleQuoteCode { get; }
Public Shared ReadOnly Property SingleQuoteCode As String
Get
public:
static property String^ SingleQuoteCode {
String^ get ();
}
Property Value
String
Remarks
This token is useful if your query string contains a single quote character, for example:
query.QueryString="RawDescription='Point's raw description'"
See Also