2 references to KEY_XMLSCHEMA
System.Data.Common (2)
System\Data\DataTable.cs (2)
289
info.AddValue(
KEY_XMLSCHEMA
, _dataSet!.GetXmlSchemaForRemoting(this));
321
string? strSchema = (string?)info.GetValue(
KEY_XMLSCHEMA
, typeof(string));