A class that exposes constants that can be used to add special characters to query strings.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public class PointGroupQueryToken |
Visual Basic |
---|
Public Class PointGroupQueryToken |
Visual C++ |
---|
public ref class PointGroupQueryToken |
Remarks
You should use the ValueDelimiter and SingleQuoteCode constants exposed by this class to
create query strings. Using ValueDelimiter protects your code from possible future changes
in the token used for this purpose.
SingleQuoteCode can be used when you need to add a single quote to a query string, where the
' character also demarks the end of a sub-string.
Inheritance Hierarchy
System..::..Object
Autodesk.Civil.DatabaseServices..::..PointGroupQueryToken
Autodesk.Civil.DatabaseServices..::..PointGroupQueryToken