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