1 implementation of GetRecordCount
System.Data.OleDb (1)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
332int global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetRecordCount()
2 references to GetRecordCount
System.Data.OleDb (2)
Generated\361d1da7f942c932\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
368__invokeRetVal = @this.GetRecordCount();
OleDbErrorCollection.cs (1)
21int recordCount = errorRecords.GetRecordCount();