TypedDataRow Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TypedDataRow(DataRow)
public:
TypedDataRow(System::Data::DataRow ^ dataRow);
public TypedDataRow(System.Data.DataRow dataRow);
new Microsoft.RuleEngine.TypedDataRow : System.Data.DataRow -> Microsoft.RuleEngine.TypedDataRow
Paramètres
- dataRow
- DataRow
S’applique à
TypedDataRow(DataRow, TypedDataTable)
public:
TypedDataRow(System::Data::DataRow ^ dataRow, Microsoft::RuleEngine::TypedDataTable ^ parent);
public TypedDataRow(System.Data.DataRow dataRow, Microsoft.RuleEngine.TypedDataTable parent);
new Microsoft.RuleEngine.TypedDataRow : System.Data.DataRow * Microsoft.RuleEngine.TypedDataTable -> Microsoft.RuleEngine.TypedDataRow
Paramètres
- dataRow
- DataRow
- parent
- TypedDataTable