User Tools

Site Tools


thinkgeo.mapsuite.core.returningcolumnstype

ThinkGeo.MapSuite.Core.ReturningColumnsType

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

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.
thinkgeo.mapsuite.core.returningcolumnstype.txt · Last modified: 2017/03/16 21:59 (external edit)