C# Class AccessProviderSample.DatabaseRowInfo

Contains information specific to an individual table row. Analogous to the FileInfo class.
显示文件 Open project: Huddle/Puddle

Public Methods

Method Description
DatabaseRowInfo ( DataRow row, string name ) : System.Data

Constructor.

Method Details

DatabaseRowInfo() public method

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