Exemple #1
0
 static public Type TryGetType(object data)           // Type
 {
     return(SQLType.GetType((string)data));
 }