C# 클래스 Microsoft.Isam.Esent.Collections.Generic.KeyColumnConverter

Extends the ColumnConverter class with methods to make a key.
상속: ColumnConverter
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
KeyColumnConverter ( Type type ) : System

Initializes a new instance of the KeyColumnConverter class.

메소드 상세

KeyColumnConverter() 공개 메소드

Initializes a new instance of the KeyColumnConverter class.
public KeyColumnConverter ( Type type ) : System
type System.Type The type to convert to/from.
리턴 System