4 references to PropertyIDSetSize
System.Data (4)
fx\src\data\System\Data\OleDb\PropertyIDSet.cs (4)
35
IntPtr ptr = ADP.IntPtrOffset(base.handle,
PropertyIDSetSize
);
44
Marshal.WriteInt32(base.handle,
PropertyIDSetSize
, propertyID);
48
internal PropertyIDSet(Guid[] propertySets) : base(
PropertyIDSetSize
* propertySets.Length) {
51
IntPtr ptr = ADP.IntPtrOffset(base.handle, (i *
PropertyIDSetSize
) + ODB.OffsetOf_tagDBPROPIDSET_PropertySet);