C# Class NSoft.NFramework.Data.Mappers.TrimNameMapper

공백을 제거하고 컬럼명과 속성명이 대소문자가 같게 매핑한다.
Inheritance: NameMapperBase
Exibir arquivo Open project: debop/NFramework

Public Properties

Property Type Description
WhiteSpaceChar char

Public Methods

Method Description
MapToPropertyName ( string columnName ) : string

컬럼명을 속성명으로 맵핑시킨다. 공백을 제거하고 컬럼명과 속성명이 대소문자가 같게 매핑한다.

Method Details

MapToPropertyName() public method

컬럼명을 속성명으로 맵핑시킨다. 공백을 제거하고 컬럼명과 속성명이 대소문자가 같게 매핑한다.
public MapToPropertyName ( string columnName ) : string
columnName string 컬럼명
return string

Property Details

WhiteSpaceChar public_oe static_oe property

공백 문자
public static char WhiteSpaceChar
return char