ICRUDProxyGetEntityProperty Method

获取实体指定属性的信息。

Definition

Namespace: QuickAdmin.RCL
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
CRUDProxyEntityProperty GetEntityProperty(
	string propertyName
)

Parameters

propertyName  string
属性名称,区分大小写。

Return Value

CRUDProxyEntityProperty
属性信息,未找到时返回 null

See Also