Appkit 基础类库
Appkit 基础类库
Appkit.Data
AkResultSet Class
AkResultSet Methods
AddPropertyOptions Method
AddPropertyYearMonthOptions Method
Create Method
FindProperty Method
Get Method
GetBool Method
GetDate Method
GetDouble Method
GetDoubles Method
GetGroup Method
GetGroupCount Method
GetGroupSize Method
GetInt Method
GetProperty Method
GetPropertyJsons Method
GetPropertyList Method
GetPropertyNames Method
GetPropertyValues Method
GetPropertyYearMonthJsons Method
GetPropertyYearMonthValues Method
GetRow Method
GetRowCount Method
GetRows Method
GetString Method
GetStrings Method
GetTime Method
GetXML Method
New Method
Output Method
ReplaceTag Method
SetCondition Method
SetGroupSize Method
SetNotNull Method
SetProperty Method
SetPropName Method
SetTable Method
ToJson Method
AkResultSet
SetProperty Method
设置属性。
设置属性时自动设置数据库标识、表名及属性名称。
支持链式操作。
Namespace:
Appkit.Data
Assembly:
Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
Copy
public
AkResultSet
SetProperty
(
AkProperty
value
)
Parameters
value
Type:
Appkit.Data
AkProperty
属性。
Return Value
Type:
AkResultSet
当前对象。
See Also
Reference
AkResultSet Class
Appkit.Data Namespace