DatabaseGenerateSystemName(String, SqlConnection, String, String, String, Int32) Method

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
private static string GenerateSystemName(
	string systemName,
	SqlConnection connection,
	string table,
	string field,
	string filter,
	int attempts
)

Parameters

systemName  String
 
connection  SqlConnection
 
table  String
 
field  String
 
filter  String
 
attempts  Int32
 

Return Value

String

See Also