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

Contains information specific to the database table. Similar to the DirectoryInfo class.
Datei anzeigen Open project: Huddle/Puddle Class Usage Examples

Public Methods

Method Description
DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns )

Initializes a new instance of the DatabaseTableInfo class.

Method Details

DatabaseTableInfo() public method

Initializes a new instance of the DatabaseTableInfo class.
public DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns )
row DataRow The row definition.
name string The table name.
rowCount int The number of rows in the table.
columns DataColumnCollection Information on the column tables.