[]
        
(Showing Draft Content)

C1.Data.Entities.EntityViewSource

EntityViewSource Class

An Entity Framework-specific version of the ClientViewSource class.

Namespace: C1.Data.Entities
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class EntityViewSource : ClientViewSource, INotifyPropertyChanged, ISupportInitialize
Remarks

To load data, specify the name of an System.Data.Metadata.Edm.EntitySet to load the data from.

Constructors

Name Description
EntityViewSource()

Properties

Name Description
EntitySetName

Gets or sets the name of the System.Data.Metadata.Edm.EntitySet to load entities from.

Name

Gets a name of this EntityViewSource to reference it in a C1DataSource.ViewSources collection. It is determined by the EntitySetName but can be overrided by the NameOverride.