C# Class Netronics.DB.Raw

Afficher le fichier Open project: shlee322/Netronics

Méthodes publiques

Méthode Description
Find ( int id ) : Model
Find ( Where where ) : Model[]
GetModelObjects ( Type type ) : Raw

Private Methods

Méthode Description
Raw ( Type type ) : System

Method Details

Find() public méthode

public Find ( int id ) : Model
id int
Résultat Model

Find() public méthode

public Find ( Where where ) : Model[]
where Where
Résultat Model[]

GetModelObjects() public static méthode

public static GetModelObjects ( Type type ) : Raw
type System.Type
Résultat Raw