C# Class SQLite.Net.TableMapping

Afficher le fichier Open project: Rhapsody/SQLite.Net-PCL Class Usage Examples

Private Properties

Свойство Type Description
FindColumn Column
FindColumnWithPropertyName Column
SetAutoIncPK void
TableMapping System

Private Methods

Méthode 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