类库说明文档
JHDataTable Methods |
The JHDataTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToDataRowTmodel |
将指定对象的实体转换为包含可读属性的数据行,异常将返回 null
|
|
ToDataTableTmodel |
将对象列表转换为包含可读属性的数据表格,异常将返回 null
|
|
ToListTmodel |
将包含对象的数据表格转换为指定的对象实体列表,异常将返回 null
|
|
ToModelTmodel |
将包含对象的数据行转换为指定的对象实体,异常将返回 null
|
|
ToString | (Inherited from Object.) |
See Also