类库说明文档
![]() | JHPropertyGetDataTableSchema Method |
通过属性 (Property) 的属性 (Attribute) 列表,创建对应的表格框架
Namespace: DCSoft.Utility.Reflection
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static DataTable GetDataTableSchema( PropertyInfo[] infos )
Parameters
- infos
- Type: System.ReflectionPropertyInfo
属性 (Property) 的属性 (Attribute) 列表
Return Value
Type: DataTable返回包含只读属性的表格框架
