4 references to MSD_KEYFIELDSEP
System.Data (4)
fx\src\data\System\Data\xmlsaver.cs (2)
994
builder.Append(Keywords.
MSD_KEYFIELDSEP
).Append(key[i].EncodedColumnName);
1011
builder.Append(Keywords.
MSD_KEYFIELDSEP
).Append(key[i].EncodedColumnName);
fx\src\data\System\Data\XMLSchema.cs (2)
403
parentNames = value.TrimEnd(null).Split(new char[] {Keywords.
MSD_KEYFIELDSEP
, Keywords.MSD_KEYFIELDOLDSEP});
408
childNames = value.TrimEnd(null).Split(new char[] {Keywords.
MSD_KEYFIELDSEP
, Keywords.MSD_KEYFIELDOLDSEP});