SimpleORM.NET
drop_column Method (p_table, p_name)
NamespacesSorm.InterfacesProviderdrop_column(String, String)

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

Removes a column from a table.
Declaration Syntax
C#Visual BasicVisual C++
void drop_column(
	string p_table,
	string p_name
)
Sub drop_column ( _
	p_table As String, _
	p_name As String _
)
void drop_column(
	String^ p_table, 
	String^ p_name
)
Parameters
p_table (String)
Name of table to modify
p_name (String)
Name of column to drop

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