Specifies that a type with non-virtual properties can be used in a result selector.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public static void AllowInResult(
	Type type
)
Visual Basic
Public Shared Sub AllowInResult ( _
	type As Type _
)

Parameters

type
Type: System..::..Type
The type that is allowed to be used.

See Also