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

Definition

Namespace: Centralpoint.Utilities
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static string GenerateSystemName(
	string title,
	string connectionString,
	string table,
	string field,
	string filter,
	int attempts
)

Parameters

title  String
 
connectionString  String
 
table  String
 
field  String
 
filter  String
 
attempts  Int32
 

Return Value

String

See Also