Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CsDO
Lib
ObjectDataTable
C# Class CsDO.Lib.ObjectDataTable
Show file
Open project: MonoBrasil/CsDO
Public Methods
Method
Description
Clear
( ) :
void
ObjectDataTable
(
DataTable
table
) :
System
Read
( ) :
bool
ResetCursor
( ) :
void
this
(
int
index
) :
DataRow
Method Details
Clear()
public
method
public
Clear
( ) :
void
return
void
ObjectDataTable()
public
method
public
ObjectDataTable
(
DataTable
table
) :
System
table
System.Data.DataTable
return
System
Read()
public
method
public
Read
( ) :
bool
return
bool
ResetCursor()
public
method
public
ResetCursor
( ) :
void
return
void
this()
public
method
public
this
(
int
index
) :
DataRow
index
int
return
System.Data.DataRow