An Entity Framework-specific version of the ClientViewSource class.

Namespace:  C1.Data.Entities
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public class EntityViewSource : ClientViewSource
Visual Basic
Public Class EntityViewSource _
	Inherits ClientViewSource

Remarks

To load data, specify the name of an entity set to load the data from.

Inheritance Hierarchy

See Also