Zdieľať cez


PredicateBuilder.GreaterThanOrEqual<T>(String, Object) Method

Definition

public:
generic <typename T>
 static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ GreaterThanOrEqual(System::String ^ propertyName, System::Object ^ value);
public static System.Linq.Expressions.Expression<Func<T,bool>> GreaterThanOrEqual<T> (string propertyName, object value);
static member GreaterThanOrEqual : string * obj -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function GreaterThanOrEqual(Of T) (propertyName As String, value As Object) As Expression(Of Func(Of T, Boolean))

Type Parameters

T

Parameters

propertyName
String
value
Object

Returns

Applies to