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

FilterItemDefinition..::..GetWhereMethod<(Of <(<'TEntity>)>)> Method

Gets the where method.

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

Syntax


public static MethodInfo GetWhereMethod<TEntity>()
Public Shared Function GetWhereMethod(Of TEntity) As MethodInfo
public:
generic<typename TEntity>
static MethodInfo^ GetWhereMethod()

Type Parameters

TEntity
The type of the t entity.

Return Value

MethodInfo.