[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, NameTypePair[] p_fields )
Sub define_table ( _ p_name As String, _ p_fields As NameTypePair() _ )
void define_table( String^ p_name, array<NameTypePair^>^ p_fields )
Parameters
- p_name (String)
- Name of the table
- p_fields (array< NameTypePair >[]()[])
- List of column descriptors