4 references to MSD_KEYFIELDSEP
System.Data.Common (4)
System\Data\xmlsaver.cs (2)
1173builder.Append(Keywords.MSD_KEYFIELDSEP).Append(key[i].EncodedColumnName); 1194builder.Append(Keywords.MSD_KEYFIELDSEP).Append(key[i].EncodedColumnName);
System\Data\XMLSchema.cs (2)
463parentNames = value.TrimEnd(null).Split(new char[] { Keywords.MSD_KEYFIELDSEP, Keywords.MSD_KEYFIELDOLDSEP }); 468childNames = value.TrimEnd(null).Split(new char[] { Keywords.MSD_KEYFIELDSEP, Keywords.MSD_KEYFIELDOLDSEP });