C# Class MicroLite.Dialect.MsSql2012Dialect

The implementation of ISqlDialect for MsSql Server 2012 or later.
Inheritance: MsSql2005Dialect
ファイルを表示 Open project: TrevorPilley/MicroLite Class Usage Examples

Public Methods

Method Description
BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery
PageQuery ( SqlQuery sqlQuery, PagingOptions pagingOptions ) : SqlQuery

Protected Methods

Method Description
BuildInsertCommandText ( IObjectInfo objectInfo ) : string

Private Methods

Method Description
GetSqlType ( ColumnInfo columnInfo ) : string

Method Details

BuildInsertCommandText() protected method

protected BuildInsertCommandText ( IObjectInfo objectInfo ) : string
objectInfo IObjectInfo
return string

BuildSelectInsertIdSqlQuery() public method

public BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery
objectInfo IObjectInfo
return SqlQuery

PageQuery() public method

public PageQuery ( SqlQuery sqlQuery, PagingOptions pagingOptions ) : SqlQuery
sqlQuery SqlQuery
pagingOptions PagingOptions
return SqlQuery