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.

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

Syntax

C#
[CategoryAttribute("Common")]
public override string Name { get; }
Visual Basic
<CategoryAttribute("Common")> _
Public Overrides ReadOnly Property Name As String
	Get

See Also