Azavea.Open.DAO.Firebird.FirebirdDaLayer.GetBooleanType C# (CSharp) Méthode

GetBooleanType() protected méthode

Returns the SQL type used to store a boolean in the DB.
protected GetBooleanType ( ) : string
Résultat string
        protected override string GetBooleanType()
        {
            return "SMALLINT";
        }