ClassEntityCoreDataSource
Represents an Entity Framework Core data model connection.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
public class EntityCoreDataSource : EntityDataSourceBase, IDataSource
Inheritance: objectMarshalByRefObjectComponentDataSourceObjectDataSourceBaseEntityDataSourceBaseEntityCoreDataSource
Implements:
Inherited Members
Constructors
EntityCoreDataSource()
Initializes a new instance of the EntityCoreDataSource class.
Declaration
public EntityCoreDataSource()
EntityCoreDataSource(object, string)
Initializes a new instance of the EntityCoreDataSource class.
Declaration
public EntityCoreDataSource(object context, string contextMember)
Parameters
context
object
Specifies the DbContext used to connect to data.
contextMember
string
Specifies the context member used to connect to data.
EntityCoreDataSource(string, object, string)
Initializes a new instance of the EntityCoreDataSource class.
Declaration
public EntityCoreDataSource(string connectionString, object context, string contextMember)
Parameters
connectionString
string
Specifies the connection string used to connect to data.
context
object
Specifies the DbContext used to connect to data.
contextMember
string
Specifies the context member used to connect to data.