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)
53
OleDbParameter? parameter, RowBinding rowbinding, Bindings bindings,
tagDBBINDING
binding, int offset,
DbBindings.cs (2)
13
private readonly
tagDBBINDING
[] _dbbindings;
34
_dbbindings = new
tagDBBINDING
[count];
OleDb_Util.cs (3)
565
internal static readonly int SizeOf_tagDBBINDING = Marshal.SizeOf<
tagDBBINDING
>();
582
internal static readonly int OffsetOf_tagDBBINDING_obValue = Marshal.OffsetOf(typeof(
tagDBBINDING
), "obValue").ToInt32();
583
internal static readonly int OffsetOf_tagDBBINDING_wType = Marshal.OffsetOf(typeof(
tagDBBINDING
), "wType").ToInt32();
RowBinding.cs (1)
122
OleDbParameter[]? parameters,
tagDBBINDING
[] dbbindings, bool ifIRowsetElseIRow)