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