Intersoft ClientUI Documentation
Where(IQueryable,Expression) Method



Syntax
<ExtensionAttribute()>
Public Overloads Shared Function Where( _
   ByVal source As IQueryable, _
   ByVal predicate As Expression _
) As IQueryable
Dim source As IQueryable
Dim predicate As Expression
Dim value As IQueryable
 
value = QueryableExtensions.Where(source, predicate)
[ExtensionAttribute()]
public static IQueryable Where( 
   IQueryable source,
   Expression predicate
)
[ExtensionAttribute()]
public:
static IQueryable^ Where( 
   IQueryable^ source,
   Expression^ predicate
) 

Parameters

source
predicate
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryableExtensions Class
QueryableExtensions Members
Overload List

Send Feedback