FilterItemDefinition..::..GetStringExpression<(Of <(<'TEntity>)>)> Method
Gets the string expression.
Namespace:
RingSoft.DbLookup.TableProcessingAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public static Expression GetStringExpression<TEntity>( ParameterExpression param, string property, Conditions condition, string value )
Public Shared Function GetStringExpression(Of TEntity) ( _ param As ParameterExpression, _ property As String, _ condition As Conditions, _ value As String _ ) As Expression
public: generic<typename TEntity> static Expression^ GetStringExpression( ParameterExpression^ param, String^ property, Conditions^ condition, String^ value )
Type Parameters
- TEntity
- The type of the t entity.
Parameters
- param
- Type: ParameterExpression
The parameter.
- property
- Type: String
The property.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- value
- Type: String
The value.