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



A collection of static utility methods relating to anonymous types.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class AnonymousFns 
Visual Basic (Usage)Copy Code
Dim instance As AnonymousFns
C# 
public static class AnonymousFns 
C++/CLI 
public ref class AnonymousFns abstract sealed 

Remarks

Most methods here are meant for internal use only (or very advanced use cases), except for IsAnonymousType, which you can use to check the return type of a query. In Silverlight applications, which do not support binding to anoymous types, you can use this method along with the DynamicTypeConverter to convert your results to a type suitable for binding.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.AnonymousFns

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.