Click or drag to resize
ExpandQueryParametersSubqueryParameters Field
The parameters for the subqueries. The key of the dictionary must be the name of the subquery.

Namespace: PDTec.IceNet.Core.Database.Query
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public IDictionary<string, IQueryParameters> SubqueryParameters

Field Value

Type: IDictionaryString, IQueryParameters
See Also