C# Class System.Data.XmlToDatasetMap.TableSchemaInfo

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
ColumnsSchemaMap XmlNodeIdHashtable
TableSchema DataTable

Public Methods

Method Description
TableSchemaInfo ( DataTable tableSchema ) : System.Xml

Method Details

TableSchemaInfo() public method

public TableSchemaInfo ( DataTable tableSchema ) : System.Xml
tableSchema DataTable
return System.Xml

Property Details

ColumnsSchemaMap public_oe property

public XmlNodeIdHashtable ColumnsSchemaMap
return XmlNodeIdHashtable

TableSchema public_oe property

public DataTable,System.Data TableSchema
return DataTable