C# 클래스 FluentLinqToSql.Modifications.ChangeUpdateCheckToNever

Mapping modification that will change the 'UpdateCheck' property to 'Never' for all column mappings.
상속: MappingModification
파일 보기 프로젝트 열기: JeremySkinner/FluentLinqToSql

보호된 메소드들

메소드 설명
HandleColumnMappings ( IEnumerable mappings ) : void

Applies the modification to column mappings.

메소드 상세

HandleColumnMappings() 보호된 메소드

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