Click or drag to resize

QueryFactoryCoreCreate Method (String)

Creates a new DynamicQuery instance with the alias specified as the alias set.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public DynamicQuery Create(
	string alias
)

Parameters

alias
Type: SystemString
The alias.

Return Value

Type: DynamicQuery
Ready to use DynamicQuery instance
See Also