1 implementation of GetRecordCount
System.Data.OleDb (1)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
290int global::System.Data.Common.UnsafeNativeMethods.IErrorRecords.GetRecordCount()
2 references to GetRecordCount
System.Data.OleDb (2)
_generated\2\System.Data.Common.UnsafeNativeMethods.IErrorRecords.cs (1)
319__invokeRetVal = @this.GetRecordCount();
OleDbErrorCollection.cs (1)
21int recordCount = errorRecords.GetRecordCount();