Zdieľať cez


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

Definition

public:
generic <typename T>
 static System::Linq::Expressions::Expression<Func<T, bool> ^> ^ EndsWith(System::String ^ propertyName, System::Object ^ value);
public static System.Linq.Expressions.Expression<Func<T,bool>> EndsWith<T> (string propertyName, object value);
static member EndsWith : string * obj -> System.Linq.Expressions.Expression<Func<'T, bool>>
Public Shared Function EndsWith(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