6 references to MSD_TABLENS
System.Data.Common (6)
System\Data\xmlsaver.cs (3)
2003constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.MSDNS, table.Namespace); 2085constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.MSDNS, table.Namespace); 2131constraint.SetAttribute(Keywords.MSD_TABLENS, Keywords.MSDNS, foreign.Table!.Namespace);
System\Data\XMLSchema.cs (3)
1283string? tableNs = GetMsdataAttribute(keyref, Keywords.MSD_TABLENS); 1394string? tableNs = GetMsdataAttribute(keyNode, Keywords.MSD_TABLENS); 2774return GetMsdataAttribute(key, Keywords.MSD_TABLENS);