dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbStatementExecuteEventArgs Class / LinePosition Property

In This Topic
LinePosition Property (DbStatementExecuteEventArgs)
In This Topic
Gets position of the statement in its line.
Syntax
'Declaration
 
Public ReadOnly Property LinePosition As Integer
 

Property Value

Position of the statement.
Remarks
Read the property to get offset of the statement from the beginning of the line where it can be located.
See Also