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