6 references to MSD_TABLENS
System.Data (6)
fx\src\data\System\Data\xmlsaver.cs (3)
1731
constraint.SetAttribute( Keywords.
MSD_TABLENS
, Keywords.MSDNS, table.Namespace);
1803
constraint.SetAttribute( Keywords.
MSD_TABLENS
, Keywords.MSDNS, table.Namespace);
1843
constraint.SetAttribute (Keywords.
MSD_TABLENS
, Keywords.MSDNS, foreign.Table.Namespace);
fx\src\data\System\Data\XMLSchema.cs (3)
1091
string tableNs = GetMsdataAttribute(keyref,Keywords.
MSD_TABLENS
);
1190
string tableNs = GetMsdataAttribute(keyNode,Keywords.
MSD_TABLENS
);
2401
return GetMsdataAttribute(key, Keywords.
MSD_TABLENS
);