C# Class SmartConfig.DataStores.SqlServer.ColumnConfiguration

Datei anzeigen Open project: he-dev/SmartConfig

Public Methods

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

Method Details

ColumnConfiguration() public method

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