C# Class SmartConfig.DataStores.SQLite.ColumnConfiguration

Afficher le fichier Open project: he-dev/SmartConfig

Méthodes publiques

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

Method Details

ColumnConfiguration() public méthode

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