1 implementation of GetSQLInfo
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
49
int global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.
GetSQLInfo
(out string pbstrSQLState)
2 references to GetSQLInfo
System.Data.OleDb (2)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
105
__invokeRetVal = @this.
GetSQLInfo
(out pbstrSQLState);
OleDbError.cs (1)
82
this.nativeError = sqlErrorInfo.
GetSQLInfo
(out this.sqlState);