ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / Name Property

In This Topic
    Name Property (ClientViewSource)
    In This Topic
    Gets a name of this ClientViewSource to reference it in a C1DataSource.ViewSources collection. By default it is determined by the EntitySetName (for Entity Framework) or QueryName (for RIA Services), but it can be overrided by NameOverride.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Name As System.String
    public virtual System.string Name {get;}
    See Also