C# Класс Microsoft.Samples.PowerShell.Providers.DatabaseTableInfo

Contains information specific to the database table. Similar to the DirectoryInfo class.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DatabaseTableInfo ( DataRow row, string name, int rowCount, DataColumnCollection columns )

Initializes a new instance of the DatabaseTableInfo class.

Описание методов

DatabaseTableInfo() публичный Метод

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.