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