DefaultAutoFieldGenerator Class
Generates dynamic data fields (columns) for data-bound controls automatically.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | DefaultAutoFieldGenerator(MetaTable^) | Initializes a new instance of the DefaultAutoFieldGenerator class. |
| Name | Description | |
|---|---|---|
![]() | CreateField(MetaColumn^, ContainerType, DataBoundControlMode) | Generates a dynamic data field. |
![]() | 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.) |
![]() | GenerateFields(Control^) | Generates DynamicField objects based on metadata information for the table. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
You can override the DefaultAutoFieldGenerator class to customize how Dynamic Data generates data fields.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

