5 writes to propertySetCount
System.Data.OleDb (5)
DbPropSet.cs (5)
21
propertySetCount
= 0;
26
this.
propertySetCount
= propertysetCount;
54
hr = properties.GetProperties(propidsetcount, propidset, out this.
propertySetCount
, out base.handle);
72
hr = properties.GetProperties(propidsetcount, propidset, out this.
propertySetCount
, out base.handle);
90
hr = properties.GetProperties(propidsetcount, propidset, out this.
propertySetCount
, out base.handle);
2 references to propertySetCount
System.Data.OleDb (2)
DbPropSet.cs (2)
136
int count = this.
propertySetCount
;
161
return this.
propertySetCount
;