CreateTable(T) Method

SimpleEssentials

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

Creates a table in the database.

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

Syntax


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

Type Parameters

T

Return Value

True is successfull, false if table exists already.