4 references to PropertyIDSetSize
System.Data.OleDb (4)
PropertyIDSet.cs (4)
25
IntPtr ptr = ADP.IntPtrOffset(base.handle,
PropertyIDSetSize
);
34
Marshal.WriteInt32(base.handle,
PropertyIDSetSize
, propertyID);
38
internal PropertyIDSet(Guid[] propertySets) : base(
PropertyIDSetSize
* propertySets.Length)
43
IntPtr ptr = ADP.IntPtrOffset(base.handle, (i *
PropertyIDSetSize
) + ODB.OffsetOf_tagDBPROPIDSET_PropertySet);