CreateTable(T) Method

SimpleEssentials

IDbProvider..::..CreateTable<(Of <(<'T>)>)> Method

Creates a table in the database.

Namespace:  SimpleEssentials.DataProvider
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


bool CreateTable<T>()
Function CreateTable(Of T) As Boolean
generic<typename T>
bool^ CreateTable()

Type Parameters

T

Return Value

True is successfull, false if table exists already.