4 references to MSD_KEYFIELDSEP
System.Data.Common (4)
System\Data\xmlsaver.cs (2)
1180
builder.Append(Keywords.
MSD_KEYFIELDSEP
).Append(key[i].EncodedColumnName);
1201
builder.Append(Keywords.
MSD_KEYFIELDSEP
).Append(key[i].EncodedColumnName);
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 });