New to Telerik ReportingStart a free 30-day trial

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: EntityCoreDataSourceEntityDataSource

Implements: IDataSource

Inherited Members ObjectDataSourceBase.ParametersDataSource.NameDataSource.DescriptionDataSource.CalculatedFields

Constructors

C#
protected EntityDataSourceBase()
C#
protected EntityDataSourceBase(object context, string contextMember)
Parameters:contextobjectcontextMemberstring
C#
protected EntityDataSourceBase(string connectionString, object context, string contextMember)
Parameters:connectionStringstringcontextobjectcontextMemberstring

Properties

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; }

Gets or sets the context member used to connect to data.

C#
public string ContextMember { get; set; }

Methods

C#
protected bool EqualsSpecific(EntityDataSourceBase other)
Parameters:otherEntityDataSourceBaseReturns:

bool