DatabaseGenerateSystemName(String, SqlConnection, String, String, String, Int32) Method
Namespace: Centralpoint.UtilitiesAssembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
private static string GenerateSystemName(
string systemName,
SqlConnection connection,
string table,
string field,
string filter,
int attempts
)
Private Shared Function GenerateSystemName (
systemName As String,
connection As SqlConnection,
table As String,
field As String,
filter As String,
attempts As Integer
) As String
- systemName String
-
- connection SqlConnection
-
- table String
-
- field String
-
- filter String
-
- attempts Int32
-
String