{CompanyName} FlexyGo

DataManager..::..CreateTable Method

Creates a table in the current database

Namespace:  FLEXYGO.Data
Assembly:  flxDataManager (in flxDataManager.dll)

Syntax


public bool CreateTable(
	string tableName,
	FieldSettingsCollection fields
)
Public Function CreateTable ( _
	tableName As String, _
	fields As FieldSettingsCollection _
) As Boolean

Parameters

tableName
Type: String
name of the table
fields
Type: FLEXYGO.Data..::..FieldSettingsCollection
List of info fields

Return Value

Boolean