8 references to REF
System.Data.Common (8)
System\Data\XDRSchema.cs (1)
361
string strRef = node.GetAttribute(Keywords.
REF
);
System\Data\xmlsaver.cs (7)
740
node.SetAttribute(Keywords.
REF
, top[i].EncodedTableName);
742
node.SetAttribute(Keywords.
REF
, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName);
753
node.SetAttribute(Keywords.
REF
, ((string)_prefixes[top[i].Namespace]!) + ':' + top[i].EncodedTableName);
1517
root.SetAttribute(Keywords.
REF
, _prefixes[col.Namespace] + ":" + col.EncodedColumnName);
1938
NestedTable.SetAttribute(Keywords.
REF
, table.EncodedTableName);
1943
NestedTable.SetAttribute(Keywords.
REF
, childTable.EncodedTableName);
1963
NestedTable.SetAttribute(Keywords.
REF
, ((string)_prefixes[childTable.Namespace]!) + ':' + childTable.EncodedTableName);