1 implementation of GetSQLInfo
System.Data.OleDb (1)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
37
int global::System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.
GetSQLInfo
(out string pbstrSQLState)
2 references to GetSQLInfo
System.Data.OleDb (2)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
86
__invokeRetVal = @this.
GetSQLInfo
(out pbstrSQLState);
OleDbError.cs (1)
68
this.nativeError = sqlErrorInfo.
GetSQLInfo
(out this.sqlState);