C# Class SQLiteExample.Android.Dependancies.SQLiteFactory

Inheritance: ISQLiteFactory
Mostra file Open project: rid00z/SQLiteFormsExample

Public Methods

Method Description
GetConnection ( string fileName ) : SQLiteConnection
SQLiteFactory ( ) : System

Method Details

GetConnection() public method

public GetConnection ( string fileName ) : SQLiteConnection
fileName string
return SQLiteConnection

SQLiteFactory() public method

public SQLiteFactory ( ) : System
return System