DynamicClass Class

Definition

Provides functionality to create new classes from values in a LinqDataSource control.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class DynamicClass abstract
public abstract class DynamicClass
type DynamicClass = class
Public MustInherit Class DynamicClass
Inheritance
DynamicClass

Remarks

When the Select property is set to an expression that contains the new function, a class is dynamically created that contains only the properties specified in the new function. The parser creates the new class by extending the DynamicClass class.

Constructors

DynamicClass()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the DynamicClass class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a string representation of the dynamic class.

Applies to