2 references to KEY_XMLDIFFGRAM
System.Data.Common (2)
System\Data\DataTable.cs (2)
290
info.AddValue(
KEY_XMLDIFFGRAM
, DataSet.GetRemotingDiffGram(this));
322
string? strData = (string?)info.GetValue(
KEY_XMLDIFFGRAM
, typeof(string));