private static string GenerateSystemName(
string name,
DataTable table,
int attempts,
string column
)Private Shared Function GenerateSystemName (
name As String,
table As DataTable,
attempts As Integer,
column As String
) As String