7 references to PropertySetCount
System.Data.OleDb (7)
DbPropSet.cs (2)
167
if ((index < 0) || (
PropertySetCount
<= index))
213
if ((index < 0) || (
PropertySetCount
<= index))
OleDbCommand.cs (2)
997
hr = iopenRowset.Value.OpenRowset(IntPtr.Zero, tableID, IntPtr.Zero, in ODB.IID_IRowset, propSet.
PropertySetCount
, propSet.DangerousGetHandle(), out executeResult);
1307
OleDbHResult hr = icommandProperties.SetProperties(propSet.
PropertySetCount
, propSet);
OleDbConnection.cs (2)
538
hr = idbProperties.Value.SetProperties(propSet.
PropertySetCount
, propSet);
546
Debug.Assert(1 == propSet.
PropertySetCount
, "too many PropertySets");
OleDbConnectionStringBuilder.cs (1)
475
int count = propset.
PropertySetCount
;