FilterItemDefinition..::..GetWhereMethod<(Of <(<'TEntity>)>)> Method
Gets the where method.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: 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.