C# Class System.Data.XmlToDatasetMap.TableSchemaInfo

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
ColumnsSchemaMap XmlNodeIdHashtable
TableSchema DataTable

Méthodes publiques

Méthode Description
TableSchemaInfo ( DataTable tableSchema ) : System.Xml

Method Details

TableSchemaInfo() public méthode

public TableSchemaInfo ( DataTable tableSchema ) : System.Xml
tableSchema DataTable
Résultat System.Xml

Property Details

ColumnsSchemaMap public_oe property

public XmlNodeIdHashtable ColumnsSchemaMap
Résultat XmlNodeIdHashtable

TableSchema public_oe property

public DataTable,System.Data TableSchema
Résultat DataTable