C# Class AccessProviderSample.DatabaseRowInfo

Contains information specific to an individual table row. Analogous to the FileInfo class.
Afficher le fichier Open project: Huddle/Puddle

Méthodes publiques

Méthode Description
DatabaseRowInfo ( DataRow row, string name ) : System.Data

Constructor.

Method Details

DatabaseRowInfo() public méthode

Constructor.
public DatabaseRowInfo ( DataRow row, string name ) : System.Data
row System.Data.DataRow The row information.
name string The row index.
Résultat System.Data