C# Class CsDO.Lib.ObjectDataTable

Afficher le fichier Open project: MonoBrasil/CsDO

Méthodes publiques

Méthode Description
Clear ( ) : void
ObjectDataTable ( DataTable table ) : System
Read ( ) : bool
ResetCursor ( ) : void
this ( int index ) : DataRow

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ObjectDataTable() public méthode

public ObjectDataTable ( DataTable table ) : System
table System.Data.DataTable
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool

ResetCursor() public méthode

public ResetCursor ( ) : void
Résultat void

this() public méthode

public this ( int index ) : DataRow
index int
Résultat System.Data.DataRow