C# 클래스 Microsoft.Samples.PowerShell.Providers.DatabaseRowInfo

Contains information specific to an individual table row. Analogous to the FileInfo class.
파일 보기 프로젝트 열기: Huddle/Puddle 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseRowInfo ( DataRow row, string name )

Initializes a new instance of the DatabaseRowInfo class.

메소드 상세

DatabaseRowInfo() 공개 메소드

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