SimpleORM.NET
modify_column Method (p_table, p_name, p_type)
NamespacesSorm.InterfacesProvidermodify_column(String, String, Type)

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

Modifies the type of an existing column.
Declaration Syntax
C#Visual BasicVisual C++
void modify_column(
	string p_table,
	string p_name,
	Type p_type
)
Sub modify_column ( _
	p_table As String, _
	p_name As String, _
	p_type As Type _
)
void modify_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 modify
p_type (Type)
New type for column

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