Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Netronics
DB
Raw
C# Class Netronics.DB.Raw
Mostrar archivo
Open project: shlee322/Netronics
Public Methods
Method
Description
Find
(
int
id
) :
Model
Find
(
Where
where
) :
Model[]
GetModelObjects
(
Type
type
) :
Raw
Private Methods
Method
Description
Raw
(
Type
type
) :
System
Method Details
Find()
public
method
public
Find
(
int
id
) :
Model
id
int
return
Model
Find()
public
method
public
Find
(
Where
where
) :
Model[]
where
Where
return
Model[]
GetModelObjects()
public
static
method
public
static
GetModelObjects
(
Type
type
) :
Raw
type
System.Type
return
Raw