1 implementation of GetSQLInfo
System.Data.OleDb (1)
_generated\0\System.Data.Common.UnsafeNativeMethods.ISQLErrorInfo.cs (1)
37int 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)
68this.nativeError = sqlErrorInfo.GetSQLInfo(out this.sqlState);