C# Class NuoDb.Data.Client.WrapDataRowAsFeeder

Inheritance: DataFeeder
Afficher le fichier Open project: nuodb/nuodb-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
MoveNext ( ) : bool
WrapDataRowAsFeeder ( DataRow rows ) : System
this ( int i ) : object
this ( string name ) : object

Method Details

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

WrapDataRowAsFeeder() public méthode

public WrapDataRowAsFeeder ( DataRow rows ) : System
rows System.Data.DataRow
Résultat System

this() public méthode

public this ( int i ) : object
i int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object