C# Class SmartConfig.DataStores.SqlServer.ColumnConfiguration

Afficher le fichier Open project: he-dev/SmartConfig

Méthodes publiques

Méthode Description
ColumnConfiguration ( string name, SqlDbType dbType, int length ) : System

Method Details

ColumnConfiguration() public méthode

public ColumnConfiguration ( string name, SqlDbType dbType, int length ) : System
name string
dbType SqlDbType
length int
Résultat System