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

GblMethods..::..GetLambda<(Of <(<'TEntity>)>)> Method

Gets the lambda.

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

Syntax


public static LambdaExpression GetLambda<TEntity>(
	string property
)
Public Shared Function GetLambda(Of TEntity) ( _
	property As String _
) As LambdaExpression
public:
generic<typename TEntity>
static LambdaExpression^ GetLambda(
	String^ property
)

Type Parameters

TEntity
The type of the t entity.

Parameters

property
Type: String
The property.

Return Value

LambdaExpression.