C# Class SQLite.Net.TableMapping

ファイルを表示 Open project: Rhapsody/SQLite.Net-PCL Class Usage Examples

Private Properties

Property Type Description
FindColumn Column
FindColumnWithPropertyName Column
SetAutoIncPK void
TableMapping System

Private Methods

Method Description
FindColumn ( string columnName ) : Column
FindColumnWithPropertyName ( string propertyName ) : Column
SetAutoIncPK ( object obj, long id ) : void
TableMapping ( Type type, IEnumerable properties, CreateFlags createFlags = CreateFlags.None ) : System