Click or drag to resize
ILinqMetaData Interface
Interface which is implemented on the LinqMetaData class in the generated code.

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
public interface ILinqMetaData

The ILinqMetaData type exposes the following members.

Methods
  NameDescription
Public methodGetQueryableForEntity
returns the datasource to use in a Linq query for the entity type specified
Top
See Also