C# Class NuoDb.Data.Client.WrapDataRowCollectionAsFeeder

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

Méthodes publiques

Méthode Description
MoveNext ( ) : bool
WrapDataRowCollectionAsFeeder ( System.Data.DataRowCollection rows, DataRowState state ) : System
this ( int i ) : object
this ( string name ) : object

Method Details

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

WrapDataRowCollectionAsFeeder() public méthode

public WrapDataRowCollectionAsFeeder ( System.Data.DataRowCollection rows, DataRowState state ) : System
rows System.Data.DataRowCollection
state DataRowState
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