ClassEntityDataSourceBase
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:
public abstract class EntityDataSourceBase : ObjectDataSourceBase, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceObjectDataSourceBaseEntityDataSourceBase
Derived Classes:
Implements:
Inherited Members
Constructors
EntityDataSourceBase()
Declaration
protected EntityDataSourceBase()
EntityDataSourceBase(object, string)
Declaration
protected EntityDataSourceBase(object context, string contextMember)
Parameters
context
object
contextMember
string
EntityDataSourceBase(string, object, string)
Declaration
protected EntityDataSourceBase(string connectionString, object context, string contextMember)
Parameters
connectionString
string
context
object
contextMember
string
Properties
ConnectionString
Gets or sets the connection string used to connect to data.
Declaration
public string ConnectionString { get; set; }
Property Value
string
Context
Gets or sets the context used to connect to data.
Declaration
public object Context { get; set; }
Property Value
object
ContextMember
Gets or sets the context member used to connect to data.
Declaration
public string ContextMember { get; set; }
Property Value
string
Methods
EqualsSpecific(EntityDataSourceBase)
Declaration
protected bool EqualsSpecific(EntityDataSourceBase other)
Parameters
other
Returns
bool