DatabaseUpdateLookupTable(SqlConnection, String, String, String, String, String) 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
)

Parameters

connect  SqlConnection
 
values  String
 
tableName  String
 
idField  String
 
idValue  String
 
controlField  String
 

See Also