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