[]
An Entity Framework-specific version of the ClientViewSource class.
public class EntityViewSource : ClientViewSource, INotifyPropertyChanged, ISupportInitialize
To load data, specify the name of an System.Data.Metadata.Edm.EntitySet to load the data from.
Name | Description |
---|---|
EntityViewSource() |
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. |