DataSource for Entity Framework in WPF
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 String
    public string Include {get; set;}
    See Also