Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
AccessProviderSample
DatabaseRowInfo
C# 클래스 AccessProviderSample.DatabaseRowInfo
Contains information specific to an individual table row. Analogous to the FileInfo class.
파일 보기
프로젝트 열기: Huddle/Puddle
공개 메소드들
메소드
설명
DatabaseRowInfo
(
DataRow
row
,
string
name
) :
System.Data
Constructor.
메소드 상세
DatabaseRowInfo()
공개
메소드
Constructor.
public
DatabaseRowInfo
(
DataRow
row
,
string
name
) :
System.Data
row
System.Data.DataRow
The row information.
name
string
The row index.
리턴
System.Data