User Tools

Site Tools


thinkgeo.mapsuite.portablecore.returningcolumnstype

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.returningcolumnstype [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.returningcolumnstype [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.ReturningColumnsType ======+====== 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.
  
-<!-- Enumeration --> +**AllColumns** 
-This enumeration provides some options when querying a feature. +  * **Summary**:Return all columns option.
-=== 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 ===== +
-^ Name ^ Summary ​+
-| NoColumns ​  | Return no column option. ​  | +
-| AllColumns ​  ​| ​Return all columns option. ​  |+
  
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
  
thinkgeo.mapsuite.portablecore.returningcolumnstype.1440040133.txt.gz · Last modified: 2015/09/21 08:17 (external edit)