6 references to MSD_TABLENS
System.Data.Common (6)
System\Data\xmlsaver.cs (3)
2013
constraint.SetAttribute(Keywords.
MSD_TABLENS
, Keywords.MSDNS, table.Namespace);
2095
constraint.SetAttribute(Keywords.
MSD_TABLENS
, Keywords.MSDNS, table.Namespace);
2141
constraint.SetAttribute(Keywords.
MSD_TABLENS
, Keywords.MSDNS, foreign.Table!.Namespace);
System\Data\XMLSchema.cs (3)
1289
string? tableNs = GetMsdataAttribute(keyref, Keywords.
MSD_TABLENS
);
1400
string? tableNs = GetMsdataAttribute(keyNode, Keywords.
MSD_TABLENS
);
2787
return GetMsdataAttribute(key, Keywords.
MSD_TABLENS
);