DatabaseGenerateSystemName(String, DataTable, Int32, String) 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 name,
	DataTable table,
	int attempts,
	string column
)

Parameters

name  String
 
table  DataTable
 
attempts  Int32
 
column  String
 

Return Value

String

See Also