2 instantiations of tagDBPROPSET
System.Data.OleDb (2)
DbPropSet.cs (2)
181
tagDBPROPSET propset = new
tagDBPROPSET
();
230
tagDBPROPSET propset = new
tagDBPROPSET
(properties.Length, propertySet);
4 references to tagDBPROPSET
System.Data.OleDb (4)
DbPropSet.cs (2)
181
tagDBPROPSET
propset = new tagDBPROPSET();
230
tagDBPROPSET
propset = new tagDBPROPSET(properties.Length, propertySet);
OleDb_Util.cs (2)
568
internal static readonly int SizeOf_tagDBPROPSET = Marshal.SizeOf<
tagDBPROPSET
>();
578
internal static readonly int OffsetOf_tagDBPROPSET_Properties = Marshal.OffsetOf(typeof(
tagDBPROPSET
), "rgProperties").ToInt32();