DevForce Help Reference
EnumerableFns Class
Members 


Provides a set of static methods for querying objects that implement IEnumerable.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public MustInherit NotInheritable Class EnumerableFns 
'Usage
 
Dim instance As EnumerableFns
[Extension()]
public static class EnumerableFns 
Remarks
To use these extensions, add a using statement (Imports in Visual Basic) for this namespace to your class.

Since the methods here are DevForce extensions, you cannot use them in queries which will be sent to the data source, as Linq to Entities will not recognize the extension method.

For more information on extension methods, see Extension Methods (C# Programming Guide) or Extension Methods (Visual Basic) in the Visual Studio 2010 documentation.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.EnumerableFns

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

EnumerableFns Members
IdeaBlade.Core Namespace
System.Linq

Send Feedback