Click or drag to resize

DataManagerImplCreateTable Method (Type)

Create table.
Examples
DataManagerImpl appDataManager = ApplicationManager.Instance.GetDatManager(); appDataManager.CreateTable(CUSTOMER_HEADER.GetType());

Namespace:  Unvired.Kernel.UWP.Database
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int CreateTable(
	Type type
)

Parameters

type
Type: SystemType

Return Value

Type: Int32
The number of entries added to the database schema.
See Also