Click or drag to resize

DataManagerImplCreateTable Method

Overload List
  NameDescription
Public methodCreateTableT
Public methodCode exampleCreateTable(Type)
Create table.
Examples
DataManagerImpl appDataManager = ApplicationManager.Instance.GetDatManager(); appDataManager.CreateTable(CUSTOMER_HEADER.GetType());
Top
See Also