1 instantiation of tagDBBINDING
System.Data (1)
fx\src\data\System\Data\OleDb\DBBindings.cs (1)
48
_dbbindings[i] = new
tagDBBINDING
();
7 references to tagDBBINDING
System.Data (7)
fx\src\data\System\Data\OleDb\ColumnBinding.cs (1)
55
OleDbParameter parameter, RowBinding rowbinding, Bindings bindings,
tagDBBINDING
binding, int offset,
fx\src\data\System\Data\OleDb\DBBindings.cs (2)
26
private readonly
tagDBBINDING
[] _dbbindings;
46
_dbbindings = new
tagDBBINDING
[count];
fx\src\data\System\Data\OleDb\OLEDB_Util.cs (3)
506
static internal readonly int SizeOf_tagDBBINDING = Marshal.SizeOf(typeof(
tagDBBINDING
));
523
static internal readonly int OffsetOf_tagDBBINDING_obValue = Marshal.OffsetOf(typeof(
tagDBBINDING
), "obValue").ToInt32();
524
static internal readonly int OffsetOf_tagDBBINDING_wType = Marshal.OffsetOf(typeof(
tagDBBINDING
), "wType").ToInt32();
fx\src\data\System\Data\OleDb\RowBinding.cs (1)
124
OleDbParameter[] parameters,
tagDBBINDING
[] dbbindings, bool ifIRowsetElseIRow) {