Esempio n. 1
0
 public static string GetSystemIdNextVal(string tableName)
 {
     return(providerFunctions.GetSystemIdNextVal(tableName));
 }