DataSource for Entity Framework in WPF
C1.Data.Entities Namespace / EntityViewSource Class / Name Property

In This Topic
    Name Property (EntityViewSource)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Name As String
    public override string Name {get;}
    See Also