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

ExtensionMethods..::..GetIncludePropertyFromNavProperty Method

Gets the include property from nav property.

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

Syntax


public static string GetIncludePropertyFromNavProperty(
	this JoinInfo joinInfo,
	List<JoinInfo> joinInfos
)
<ExtensionAttribute> _
Public Shared Function GetIncludePropertyFromNavProperty ( _
	joinInfo As JoinInfo, _
	joinInfos As List(Of JoinInfo) _
) As String
[ExtensionAttribute]
public:
static String^ GetIncludePropertyFromNavProperty(
	JoinInfo^ joinInfo, 
	List<JoinInfo^>^ joinInfos
)

Parameters

joinInfo
Type: RingSoft.DbLookup..::..JoinInfo
The join information.
joinInfos
Type: List<(Of <(<'JoinInfo>)>)>
The join infos.

Return Value

System.String.