ICRUDProxyGetDetails Method
获取记录详情。
Namespace: QuickAdmin.RCLAssembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
IList<TextValuePair> GetDetails(
object id,
string dateFormat = null,
bool ignoreAuditProps = true
)
- id object
- 主键值。
- dateFormat string (Optional)
- 指示日期类型字段的显示格式。
- ignoreAuditProps bool (Optional)
- 指示是否忽略审计类属性。
IListTextValuePairText 为属性标题,
Value 为属性值的
TextValuePair 列表。