SimpleORM.NET
add_column Method (p_table, p_name, p_type)
NamespacesSorm.InterfacesProvideradd_column(String, String, Type)

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

Adds a column to an existing table.
Declaration Syntax
C#Visual BasicVisual C++
void add_column(
	string p_table,
	string p_name,
	Type p_type
)
Sub add_column ( _
	p_table As String, _
	p_name As String, _
	p_type As Type _
)
void add_column(
	String^ p_table, 
	String^ p_name, 
	Type^ p_type
)
Parameters
p_table (String)
Name of table to modify
p_name (String)
Name of column to add
p_type (Type)
Type of column to add

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