[This is preliminary documentation and is subject to change.]
Create a table from the given params.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void define_table( string p_name, List<NameTypePair> p_fields, bool p_is_inheritence_root )
Sub define_table ( _ p_name As String, _ p_fields As List(Of NameTypePair), _ p_is_inheritence_root As Boolean _ )
void define_table( String^ p_name, List<NameTypePair^>^ p_fields, bool p_is_inheritence_root )
Parameters
- p_name (String)
- Name of the table
- p_fields (List<(Of <(NameTypePair>)>))
- List of column descriptors
- p_is_inheritence_root (Boolean)
- Has the related type descendents?