Example #1
0
 internal string GetDataTypeName(int i,Connection conn)
 {
     return conn.GetDataTypeName(TranslateFieldIndex(i));
 }