C# Class Microsoft.Samples.PowerShell.Providers.DatabaseRowInfo

Contains information specific to an individual table row. Analogous to the FileInfo class.
ファイルを表示 Open project: Huddle/Puddle Class Usage Examples

Public Methods

Method Description
DatabaseRowInfo ( DataRow row, string name )

Initializes a new instance of the DatabaseRowInfo class.

Method Details

DatabaseRowInfo() public method

Initializes a new instance of the DatabaseRowInfo class.
public DatabaseRowInfo ( DataRow row, string name )
row DataRow The row information.
name string The row index.