C# Class NuoDb.Data.Client.WrapDataRecordAsFeeder

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

Méthodes publiques

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

Method Details

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

WrapDataRecordAsFeeder() public méthode

public WrapDataRecordAsFeeder ( List rows ) : System
rows List
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