Click or drag to resize
ILinqMetaDataGetQueryableForEntity Method
returns the datasource to use in a Linq query for the entity type specified

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IDataSource GetQueryableForEntity(
	int typeOfEntity
)

Parameters

typeOfEntity
Type: SystemInt32
the type of the entity to get the datasource for

Return Value

Type: IDataSource
the requested datasource
See Also