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

Permits specifying certain SqlMapper values globally.
ファイルを表示 Open project: ServiceStack/ServiceStack.OrmLite

Public Methods

Method Description
SetDefaults ( ) : void

Resets all Settings to their default values

Private Methods

Method Description
Settings ( )

Method Details

SetDefaults() public static method

Resets all Settings to their default values
public static SetDefaults ( ) : void
return void