ILinqMetaDataGetQueryableForEntity Method |
returns the datasource to use in a Linq query for the entity type specified
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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