SimpleORM.NET
define_table Method (p_name, p_fields, p_is_inheritence_root)
NamespacesSorm.InterfacesProviderdefine_table(String, List<(Of <(NameTypePair>)>), Boolean)

[This is preliminary documentation and is subject to change.]

Create a table from the given params.
Declaration Syntax
C#Visual BasicVisual 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?

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068