Click or drag to resize

LinqUtilsGetElementCreator Method

Gets the element creator stored in the provider in the passed in queryable.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public static IElementCreatorCore GetElementCreator(
	IQueryable query
)

Parameters

query
Type: System.LinqIQueryable
The query from which the elementcreator instance should be obtained.

Return Value

Type: IElementCreatorCore
the elementcreator object inside the provider inside the passed in query.
See Also