In This Topic
Gets the number of the SQL statement that caused the error when executing multiple SQL statements, separated by a semicolon, in a single command.
Syntax
'Declaration
Public ReadOnly Property RowNumber As Integer
public int RowNumber {get;}
Property Value
The number of the SQL statement that caused the error when executing multiple SQL statements, separated by a semicolon, in a single command.
See Also