ResultSet

Property

ErrorCode

public string ErrorCode { get; }

ErrorLine

public int ErrorLine { get; }

ErrorProcedure

public string ErrorProcedure { get; }

ErrorSeverity

public int ErrorSeverity { get; }

ErrorState

public int ErrorState { get; }

ErrorMessage

public string ErrorMessage { get; }

IsSuccess

public bool IsSuccess { get; }

ResultDataSet

public DataSet ResultDataSet { get; }

ResultRows

public int ResultRows { get; }

ReturnString

public string ReturnString { get; }

SqlErrorCode

public string SqlErrorCode { get; }

Last updated

Was this helpful?