public SqlAnywhereColumn(string actualName, Table table, bool isIdentity, SADbType saDbType, int maxLength)
     : base(actualName, table, isIdentity, saDbType.GetDbType() ?? default(DbType), maxLength)
 {
     _saDbType = saDbType;
 }