Returns the location index where the error was found inside of the query.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int Position { get; }
VB
Public ReadOnly Property Position As Integer Get
C++
public: property int Position { int get (); }
Return Value
Int32The position where the parsing of the query failed, which may not correspond to the character that caused the error.