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

In This Topic
    Include Property
    In This Topic
    Gets or sets a comma-separated list of property paths that specify related objects to include during the Load operation.
    Syntax
    'Declaration
     
    
    Public Property Include As System.String
    public System.string Include {get; set;}
    See Also