C# Class Netronics.DB.DBMS.DB

Afficher le fichier Open project: shlee322/Netronics

Protected Properties

Свойство Type Description
Instance DB

Méthodes publiques

Méthode Description
CreateTable ( string tableName, IEnumerable fieldInfos ) : void
Find ( string tableName, int id ) : NameValueCollection
Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
GetCount ( string tableName ) : long
GetInstance ( ) : DB
Save ( string tableName, IEnumerable dbField, Model model ) : long

Méthodes protégées

Méthode Description
DB ( ) : System

Method Details

CreateTable() public méthode

public CreateTable ( string tableName, IEnumerable fieldInfos ) : void
tableName string
fieldInfos IEnumerable
Résultat void

DB() protected méthode

protected DB ( ) : System
Résultat System

Find() public méthode

public Find ( string tableName, int id ) : NameValueCollection
tableName string
id int
Résultat System.Collections.Specialized.NameValueCollection

Find() public méthode

public Find ( string tableName, Where where ) : System.Collections.Specialized.NameValueCollection[]
tableName string
where Where
Résultat System.Collections.Specialized.NameValueCollection[]

GetCount() public méthode

public GetCount ( string tableName ) : long
tableName string
Résultat long

GetInstance() public static méthode

public static GetInstance ( ) : DB
Résultat DB

Save() public méthode

public Save ( string tableName, IEnumerable dbField, Model model ) : long
tableName string
dbField IEnumerable
model Model
Résultat long

Property Details

Instance protected_oe static_oe property

protected static DB,Netronics.DB.DBMS Instance
Résultat DB