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

ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Private Properties

Property Type Description
AddField int
FieldExists bool
IndexOfName int

Public Methods

Method Description
DapperTable ( string fieldNames ) : System

Private Methods

Method Description
AddField ( string name ) : int
FieldExists ( string key ) : bool
IndexOfName ( string name ) : int

Method Details

DapperTable() public method

public DapperTable ( string fieldNames ) : System
fieldNames string
return System