C# Class ServiceStack.OrmLite.Dapper.SqlMapper.DapperTable

Afficher le fichier Open project: ServiceStack/ServiceStack.OrmLite

Private Properties

Свойство Type Description
AddField int
FieldExists bool
IndexOfName int

Méthodes publiques

Méthode Description
DapperTable ( string fieldNames ) : System

Private Methods

Méthode Description
AddField ( string name ) : int
FieldExists ( string key ) : bool
IndexOfName ( string name ) : int

Method Details

DapperTable() public méthode

public DapperTable ( string fieldNames ) : System
fieldNames string
Résultat System