GridViewHelper Class | Helper帮助文档 |
GridView操作相关类
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GridViewHelper
Public Class GridViewHelper
public ref class GridViewHelper
type GridViewHelper = class end
The GridViewHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridViewHelper | Initializes a new instance of the GridViewHelper class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GridView2DataTable |
从GridView的数据生成DataTable
| |
MemberwiseClone | (Inherited from Object.) | |
ToDataTable(IList) |
将集合类转换成DataTable
| |
ToDataTableT(IListT, String) |
将泛型集合类转换成DataTable
| |
ToString | (Inherited from Object.) |
See Also