Click or drag to resize

ExpressionDefinitionAs Method

Sets the result alias to the specified alias.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public ExpressionDefinition As(
	string alias
)

Parameters

alias
Type: SystemString
The alias.

Return Value

Type: ExpressionDefinition
See Also