2 references to MSD_KEYFIELDOLDSEP
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
463
parentNames = value.TrimEnd(null).Split(new char[] { Keywords.MSD_KEYFIELDSEP, Keywords.
MSD_KEYFIELDOLDSEP
});
468
childNames = value.TrimEnd(null).Split(new char[] { Keywords.MSD_KEYFIELDSEP, Keywords.
MSD_KEYFIELDOLDSEP
});