C# Class SQLiteExample.Android.Dependancies.SQLiteFactory

Inheritance: ISQLiteFactory
Afficher le fichier Open project: rid00z/SQLiteFormsExample

Méthodes publiques

Méthode Description
GetConnection ( string fileName ) : SQLiteConnection
SQLiteFactory ( ) : System

Method Details

GetConnection() public méthode

public GetConnection ( string fileName ) : SQLiteConnection
fileName string
Résultat SQLiteConnection

SQLiteFactory() public méthode

public SQLiteFactory ( ) : System
Résultat System