RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbLookup.Lookup Namespace
RingSoft.DbMaintenance Namespace

LookupColumnDefinitionBase..::..NavigationProperties Property

Gets the navigation properties.

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public Nullable<List<JoinInfo>> NavigationProperties { get; set; }
Public Property NavigationProperties As Nullable(Of List(Of JoinInfo))
	Get
	Set
public:
property Nullable<List<JoinInfo^>^> NavigationProperties {
	Nullable<List<JoinInfo^>^> get ();
	void set (Nullable<List<JoinInfo^>^> value);
}

Field Value

The navigation properties.