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

Parameters

name  String
 
table  DataTable
 
attempts  Int32
 

Return Value

String

See Also