DynamicClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides functionality to create new classes from values in a LinqDataSource control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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.(Overrides Object.ToString().) |
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.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

