C# Class SmartConfig.DataStores.SQLite.ColumnConfiguration

Show file Open project: he-dev/SmartConfig

Public Methods

Method Description
ColumnConfiguration ( string name, DbType dbType, int length ) : System

Method Details

ColumnConfiguration() public method

public ColumnConfiguration ( string name, DbType dbType, int length ) : System
name string
dbType DbType
length int
return System