Esempio n. 1
0
 internal static string GetTypeName(string baseNamespace, string typeNamespace)
 {
     return(InternalDataSet.GetTypeName(baseNamespace, typeNamespace));
 }
Esempio n. 2
0
 internal static string GetTypeName(CremaDataSet dataSet, string typeNamespace)
 {
     return(InternalDataSet.GetTypeName((InternalDataSet)dataSet, typeNamespace));
 }