Gets or sets the name of the entity set to load entities from.
Namespace:
C1.Data.EntitiesAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] [CategoryAttribute("Common")] public string EntitySetName { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ <CategoryAttribute("Common")> _ Public Property EntitySetName As String Get Set |
Remarks
Changing the value of this property causes the EntityViewSource to reload data
if AutoLoad is set to true.