C# 클래스 MapAround.IO.DbaseFieldDescriptor

Represents a descriprion of dBase field.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
GetDataType ( char DbaseType ) : Type

Gets a CLR type by the character defining a dBase field type.

GetDbaseType ( Type type ) : char

Converts a CLR type to corresponding dBase type.

메소드 상세

GetDataType() 공개 정적인 메소드

Gets a CLR type by the character defining a dBase field type.
public static GetDataType ( char DbaseType ) : Type
DbaseType char
리턴 System.Type

GetDbaseType() 공개 정적인 메소드

Converts a CLR type to corresponding dBase type.
public static GetDbaseType ( Type type ) : char
type System.Type A CLR type
리턴 char