Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
AccessProviderSample
DatabaseRowInfo
C# Class AccessProviderSample.DatabaseRowInfo
Contains information specific to an individual table row. Analogous to the FileInfo class.
Afficher le fichier
Open project: Huddle/Puddle
Méthodes publiques
Méthode
Description
DatabaseRowInfo
(
DataRow
row
,
string
name
) :
System.Data
Constructor.
Method Details
DatabaseRowInfo()
public
méthode
Constructor.
public
DatabaseRowInfo
(
DataRow
row
,
string
name
) :
System.Data
row
System.Data.DataRow
The row information.
name
string
The row index.
Résultat
System.Data