SuperMap.WinRT.REST.QueryParameters.QueryParameters C# (CSharp) Method

QueryParameters() public method

${REST_Query_QueryParamerters_constructor_None_D}
public QueryParameters ( ) : System.Collections.Generic
return System.Collections.Generic
        public QueryParameters()
        {
            ExpectCount = 100000;
            NetworkType = ServerGeometryType.LINE;
            QueryOption = QueryOption.ATTRIBUTEANDGEOMETRY;
            StartRecord = 0;
            ReturnContent = true;
            HoldTime = int.MinValue;
        }