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)
Syntaxpublic int CreateTable(
Type type
)
Public Function CreateTable (
type As Type
) As Integer
public:
int CreateTable(
Type^ type
)
member CreateTable :
type : Type -> int
Parameters
- type
- Type: SystemType
Return Value
Type:
Int32The number of entries added to the database schema.
See Also