DevForce Help Reference
AnonymousFns Class
Members 


A collection of static utility methods relating to anonymous types.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class AnonymousFns 
'Usage
 
Dim instance As AnonymousFns
public static class AnonymousFns 
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 IdeaBlade.Core.DynamicTypeConverter to convert your results to a type suitable for binding.
Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Reflection.AnonymousFns

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

AnonymousFns Members
IdeaBlade.Core.Reflection Namespace

Send Feedback