Gets or sets a comma-separated list of property paths that specify related objects to include during the Load()()()() operation.

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

Syntax

C#
[CategoryAttribute("Common")]
[DefaultValueAttribute("")]
public string Include { get; set; }
Visual Basic
<CategoryAttribute("Common")> _
<DefaultValueAttribute("")> _
Public Property Include As String
	Get
	Set

See Also