Azavea.Open.DAO.OleDb.OleDbAccessDaLayer.GetStringType C# (CSharp) Method

GetStringType() protected method

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