Click or drag to resize
DataSource<T> Class
Container class for LLBLGen Pro classes (Entities, TypedLists and TypedViews) which are through this class available in Linq queries.
Inheritance Hierarchy
System.Object
  SD.LLBLGen.Pro.LinqSupportClasses.DataSourceBase<T>
    SD.LLBLGen.Pro.LinqSupportClasses.DataSource<T>

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public class DataSource<T> : DataSourceBase<T>
where T : class

Type Parameters

T
The class to target in the Linq query

The DataSource< T> type exposes the following members.

Constructors
  NameDescription
Public methodDataSource<T>
Initializes a new instance of the DataSource< T> class.
Top
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 propertyIQueryable.ElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIQueryable.Expression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodIEnumerable<T>.GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIQueryable.Provider
Gets the query provider that is associated with this data source.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIDataSource.ElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIDataSource.ExpressionTypeHint
Gets the type of the expression, based on the information inside the object.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIDataSource.TypedViewEnumTypeValue
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 DataSourceBase<T>.)
Explicit interface implementationPrivate propertyIDataSource.WrappedTvfCall
Gets or sets the wrapped TVF call.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate propertyILLBLGenProQuery.EvaluatedExpressionsPerState
Gets the evaluated expression trees per state of the execution engine
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodILLBLGenProQuery.EvaluateExpressionTree
Evaluates the expression tree without executing it.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodILLBLGenProQuery.Execute()
Executes the query this object represents.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync()
Async variant of Execute(). Executes the query this object represents.
(Inherited from DataSourceBase<T>.)
Explicit interface implementationPrivate methodILLBLGenProQuery.ExecuteAsync(CancellationToken)
Async variant of Execute(). Executes the query this object represents.
(Inherited from DataSourceBase<T>.)
Top
Remarks
SelfServicing specific
See Also