Click or drag to resize
IDataSource Interface
Interface which is implemented by the DataSource(2)(Of T) classes, and which is used to access the datasource objects without the generic parameter.

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 IDataSource

The IDataSource type exposes the following members.

Properties
  NameDescription
Public propertyElementType
Gets the type of the element in the datasource
Public propertyExpressionTypeHint
Gets the type of the expression, based on the information inside the object.
Public propertyProvider
Gets the query provider that is associated with this data source.
Public propertyTypedViewEnumTypeValue
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.
Public propertyWrappedTvfCall
Gets or sets the wrapped TVF call.
Top
See Also