EntityDataSourceBase
Class
Abstract base class for Entity Framework data source components. Provides shared properties and logic for EntityDataSource and EntityCoreDataSource.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class EntityDataSourceBase : ObjectDataSourceBase, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceObjectDataSourceBaseEntityDataSourceBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected EntityDataSourceBase()
C#
protected EntityDataSourceBase(object context, string contextMember)
C#
protected EntityDataSourceBase(string connectionString, object context, string contextMember)
Properties
ConnectionString
string
Gets or sets the connection string used to connect to data.
C#
public string ConnectionString { get; set; }
Context
object
Gets or sets the context used to connect to data.
C#
public object Context { get; set; }
ContextMember
string
Gets or sets the context member used to connect to data.
C#
public string ContextMember { get; set; }
Methods
C#
protected bool EqualsSpecific(EntityDataSourceBase other)
bool