DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class / AllowInResult Method
The type that is allowed to be used.

In This Topic
    AllowInResult Method (View)
    In This Topic
    Specifies that a type with non-virtual properties can be used in a result selector.
    Syntax
    'Declaration
     
    Public Shared Sub AllowInResult( _
       ByVal type As Type _
    ) 
    public static void AllowInResult( 
       Type type
    )

    Parameters

    type
    The type that is allowed to be used.
    See Also