MobileServiceSQLiteStoreExtensions.DefineTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DefineTable<T>(MobileServiceSQLiteStore) | |
DefineTable<T>(MobileServiceSQLiteStore, MobileServiceJsonSerializerSettings) |
DefineTable<T>(MobileServiceSQLiteStore)
public static void DefineTable<T> (this Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore store);
static member DefineTable : Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore -> unit
<Extension()>
Public Sub DefineTable(Of T) (store As MobileServiceSQLiteStore)
Type Parameters
- T
Parameters
- store
- MobileServiceSQLiteStore
Applies to
DefineTable<T>(MobileServiceSQLiteStore, MobileServiceJsonSerializerSettings)
public static void DefineTable<T> (this Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore store, Microsoft.WindowsAzure.MobileServices.MobileServiceJsonSerializerSettings settings);
static member DefineTable : Microsoft.WindowsAzure.MobileServices.SQLiteStore.MobileServiceSQLiteStore * Microsoft.WindowsAzure.MobileServices.MobileServiceJsonSerializerSettings -> unit
<Extension()>
Public Sub DefineTable(Of T) (store As MobileServiceSQLiteStore, settings As MobileServiceJsonSerializerSettings)
Type Parameters
- T
Parameters
- store
- MobileServiceSQLiteStore
- settings
- MobileServiceJsonSerializerSettings
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET