C# Class FluentLinqToSql.Modifications.ReplacePascalCaseWithUnderscoreModification

Modification that will map any PascalCased properties to Underscore_Cased database fields.
Inheritance: MappingModification
显示文件 Open project: JeremySkinner/FluentLinqToSql

Protected Methods

Method Description
HandleColumnMappings ( IEnumerable mappings ) : void

Applies the modification to column mappings.

Method Details

HandleColumnMappings() protected method

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