2 references to OffsetOf_tagDBBINDING_wType
System.Data.OleDb (2)
RowBinding.cs (2)
377
short wtype = ReadInt16((i * ODB.SizeOf_tagDBBINDING) + ODB.
OffsetOf_tagDBBINDING_wType
);
402
short wtype = Marshal.ReadInt16(ptr, ODB.
OffsetOf_tagDBBINDING_wType
);