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

ExtensionMethods..::..GetPropertyJoinName Method

Gets the name of the property join.

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

Syntax


public static string GetPropertyJoinName(
	this TableFieldJoinDefinition tableFieldJoinDefinition,
	string propertyName,
	bool useParent
)
<ExtensionAttribute> _
Public Shared Function GetPropertyJoinName ( _
	tableFieldJoinDefinition As TableFieldJoinDefinition, _
	propertyName As String, _
	useParent As Boolean _
) As String
[ExtensionAttribute]
public:
static String^ GetPropertyJoinName(
	TableFieldJoinDefinition^ tableFieldJoinDefinition, 
	String^ propertyName, 
	bool^ useParent
)

Parameters

tableFieldJoinDefinition
Type: RingSoft.DbLookup.TableProcessing..::..TableFieldJoinDefinition
The table field join definition.
propertyName
Type: String
Name of the property.
useParent
Type: Boolean
if set to true [use parent].

Return Value

System.String.