JHProperty.GetDataTableSchema Method

DCSoft.DBUtilityGeneric

JHPropertyGetDataTableSchema Method
通过属性 (Property) 的属性 (Attribute) 列表,创建对应的表格框架

Namespace: DCSoft.Utility.Reflection
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static DataTable GetDataTableSchema(
	PropertyInfo[] infos
)

Parameters

infos
Type: System.ReflectionPropertyInfo
属性 (Property) 的属性 (Attribute) 列表

Return Value

Type: DataTable
返回包含只读属性的表格框架
See Also