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.9.0.0 (5.9.0)
Syntax IDataSource GetQueryableForEntity(
int typeOfEntity
)
Function GetQueryableForEntity (
typeOfEntity As Integer
) As IDataSource
Parameters
- typeOfEntity
- Type: SystemInt32
the type of the entity to get the datasource for
Return Value
Type:
IDataSourcethe requested datasource
See Also