DatabaseUpdateLookupTable(SqlConnection, String, String, String, String, String, DataColumn, Object) Method

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static void UpdateLookupTable(
	SqlConnection connect,
	string[] values,
	string tableName,
	string idField,
	string idValue,
	string controlField,
	DataColumn addColumn,
	Object addColumnValue
)

Parameters

connect  SqlConnection
 
values  String
 
tableName  String
 
idField  String
 
idValue  String
 
controlField  String
 
addColumn  DataColumn
 
addColumnValue  Object
 

See Also