====== ThinkGeo.MapSuite.Core.ReturningColumnsType ====== {{section>upgrade_map_suite_to_10.0}} This enumeration provides some options when querying a feature. == Remarks == Three options are provided in the query system that can cover all possible cases. Option 1 is to use the ReturningColumnsType.NoColumns, which will return no columns at all. Option 2 is to use the ReturningColumnsType.AllColumns, which will return all columns. Option 3 is used when you want to return parts of the columns in the feature; in this case you should pass in an (IEnumerable[string] returningColumnNames) instead of using this enumeration directly. == Items == **NoColumns** * **Summary**:Return no column option. **AllColumns** * **Summary**:Return all columns option.