Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.GetStringType C# (CSharp) Méthode

GetStringType() protected méthode

Returns the SQL type used to store a "normal" (unicode) string in the DB.
protected GetStringType ( ) : string
Résultat string
        protected override string GetStringType()
        {
            return "VARCHAR(255)";
        }