IdeaBlade DevForce 2010 Help Reference
EnumerableFns Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : EnumerableFns Class



Provides a set of static methods for querying objects that implement IEnumerable.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public MustInherit NotInheritable Class EnumerableFns 
Visual Basic (Usage)Copy Code
Dim instance As EnumerableFns
C# 
[ExtensionAttribute()]
public static class EnumerableFns 
C++/CLI 
[ExtensionAttribute()]
public ref class EnumerableFns abstract sealed 

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.