Click or drag to resize

InstancesOfAbstractTypesQuerySpecificationCompiledQuery Constructor

Namespace:  PDTec.IceNet.Sdk.Database.Query
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public CompiledQuery(
	DatabaseFamily databaseFamily,
	bool specificSupertype,
	int maxResults
)

Parameters

databaseFamily
Type: PDTec.IceNet.Core.Database.ImplementationDatabaseFamily
specificSupertype
Type: SystemBoolean
maxResults
Type: SystemInt32
See Also