SqlResult.SqlResult(int sqlCode, int affectedCount = 0) Constructor
.NET Standard 2.x
Initializes an instance of the SqlResult
object.
Namespace: PowerScript.Bridge
Assembly: PowerScript.Bridge.dll
Syntax
public SqlResult(int sqlCode, int affectedCount = 0);
Parameters
sqlCode
System.Int32
The success or failure code of the most recent SQL operation.
affectedCount
System.Int32
The number of rows affected by the most recent SQL operation.
Examples
Coming soon.
Applies to
.NET Standard
2.x