C# Class FluentLinqToSql.Modifications.ReplacePascalCaseWithUnderscoreModification

Modification that will map any PascalCased properties to Underscore_Cased database fields.
Inheritance: MappingModification
Afficher le fichier Open project: JeremySkinner/FluentLinqToSql

Méthodes protégées

Méthode Description
HandleColumnMappings ( IEnumerable mappings ) : void

Applies the modification to column mappings.

Method Details

HandleColumnMappings() protected méthode

Applies the modification to column mappings.
protected HandleColumnMappings ( IEnumerable mappings ) : void
mappings IEnumerable The column mappings to which the modification should be applied.
Résultat void