C# Class FluentLinqToSql.Modifications.ChangeUpdateCheckToNever

Mapping modification that will change the 'UpdateCheck' property to 'Never' for all column mappings.
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 mappings to which the modification should be applied
return void