| 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.3.0.0 (5.3.0)
Syntaxpublic static IElementCreatorCore GetElementCreator(
	IQueryable query
)
Public Shared Function GetElementCreator ( 
	query As IQueryable
) As IElementCreatorCore
Parameters
- query
 - Type: System.LinqIQueryable
The query from which the elementcreator instance should be obtained. 
Return Value
Type: 
IElementCreatorCorethe elementcreator object inside the provider inside the passed in query.
See Also