1 instantiation of tagDBBINDING
System.Data.OleDb (1)
DbBindings.cs (1)
37_dbbindings[i] = new tagDBBINDING();
7 references to tagDBBINDING
System.Data.OleDb (7)
ColumnBinding.cs (1)
53OleDbParameter? parameter, RowBinding rowbinding, Bindings bindings, tagDBBINDING binding, int offset,
DbBindings.cs (2)
13private readonly tagDBBINDING[] _dbbindings; 34_dbbindings = new tagDBBINDING[count];
OleDb_Util.cs (3)
565internal static readonly int SizeOf_tagDBBINDING = Marshal.SizeOf<tagDBBINDING>(); 582internal static readonly int OffsetOf_tagDBBINDING_obValue = Marshal.OffsetOf(typeof(tagDBBINDING), "obValue").ToInt32(); 583internal static readonly int OffsetOf_tagDBBINDING_wType = Marshal.OffsetOf(typeof(tagDBBINDING), "wType").ToInt32();
RowBinding.cs (1)
122OleDbParameter[]? parameters, tagDBBINDING[] dbbindings, bool ifIRowsetElseIRow)