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