7 references to PropertySetCount
System.Data (7)
fx\src\data\System\Data\OleDb\DBPropSet.cs (2)
151if ((index < 0) || (PropertySetCount <= index)) { 190if ((index < 0) || (PropertySetCount <= index)) {
fx\src\data\System\Data\OleDb\OleDbCommand.cs (2)
920hr = iopenRowset.Value.OpenRowset(ADP.PtrZero, tableID, ADP.PtrZero, ref ODB.IID_IRowset, propSet.PropertySetCount, propSet.DangerousGetHandle(), out executeResult); 1210OleDbHResult hr = icommandProperties.SetProperties(propSet.PropertySetCount, propSet);
fx\src\data\System\Data\OleDb\OleDbConnection.cs (2)
542hr = idbProperties.Value.SetProperties(propSet.PropertySetCount, propSet); 550Debug.Assert(1 == propSet.PropertySetCount, "too many PropertySets");
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
434int count = propset.PropertySetCount;