C# Class ServiceStack.OrmLite.Dapper.FeatureSupport

Handles variances in features per DBMS
ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

Method Description
Get ( IDbConnection connection ) : FeatureSupport

Gets the feature set based on the passed connection

Private Methods

Method Description
FeatureSupport ( bool arrays ) : System

Method Details

Get() public static method

Gets the feature set based on the passed connection
public static Get ( IDbConnection connection ) : FeatureSupport
connection IDbConnection
return FeatureSupport