C# Class Microsoft.Isam.Esent.Collections.Generic.KeyColumnConverter

Extends the ColumnConverter class with methods to make a key.
Inheritance: ColumnConverter
Mostrar archivo Open project: ayende/managed-esent Class Usage Examples

Public Methods

Method Description
KeyColumnConverter ( Type type ) : System

Initializes a new instance of the KeyColumnConverter class.

Method Details

KeyColumnConverter() public method

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