Gets the number of the SQL statement in a Multi-Statement request that failed.
Syntax
'Declaration
Public ReadOnly Property StatementNumber As Integer
'Usage
Dim instance As TdError
Dim value As Integer
value = instance.StatementNumber
public int StatementNumber {get;}
public:
property int StatementNumber {
int get();
}
Property Value
The statement number in a multi-statement request that failed.
Requirements
| Product | Versions | Platforms |
| .NET | 6, 7 | Windows, Linux, MacOS |
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
| .NET Standard | 2.0 | Windows, Linux, MacOS |
See Also