2 references to KEY_XMLSCHEMA
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
271
info.AddValue(
KEY_XMLSCHEMA
, dataSet.GetXmlSchemaForRemoting(this));
292
string strSchema = (String)info.GetValue(
KEY_XMLSCHEMA
, typeof(System.String));