Click or drag to resize
DataSource2T Class
Container class for LLBLGen Pro classes (Entities, TypedLists and TypedViews) which are through this class available in Linq queries.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.LinqSupportClassesDataSourceBaseT
    SD.LLBLGen.Pro.LinqSupportClassesDataSource2T

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 class DataSource2<T> : DataSourceBase<T>
where T : class

Type Parameters

T
The class to target in the Linq query

The DataSource2T type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIQueryableElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIQueryableExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate methodIEnumerableTGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIQueryableProvider
Gets the query provider that is associated with this data source.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIDataSourceElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIDataSourceExpressionTypeHint
Gets the type of the expression, based on the information inside the object.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIDataSourceTypedViewEnumTypeValue
Gets or sets the typed view enum type value, which is the value of the enum type for TypedViews if the type represented by this element is a typed view, -1 otherwise.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate propertyIDataSourceWrappedTvfCall
Gets or sets the wrapped TVF call.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate methodILLBLGenProQueryExecute
Executes the query this object represents.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate methodILLBLGenProQueryExecuteAsync
Async variant of Execute. Executes the query this object represents.
(Inherited from DataSourceBaseT.)
Explicit interface implementationPrivate methodILLBLGenProQueryExecuteAsync(CancellationToken)
Async variant of Execute. Executes the query this object represents.
(Inherited from DataSourceBaseT.)
Top
Remarks
Adapter specific
See Also