C# 클래스 FluentLinqToSql.Modifications.ReplacePascalCaseWithUnderscoreModification

Modification that will map any PascalCased properties to Underscore_Cased database fields.
상속: 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 column mappings to which the modification should be applied.
리턴 void