MobileServiceSQLiteStore Constructors

Definition

Overloads

MobileServiceSQLiteStore()
MobileServiceSQLiteStore(String)

MobileServiceSQLiteStore()

protected MobileServiceSQLiteStore ();
Protected Sub New ()

Applies to

MobileServiceSQLiteStore(String)

public MobileServiceSQLiteStore (string fileName);
new Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore : string -> Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore
Public Sub New (fileName As String)

Parameters

fileName
String

Applies to