BaseDAL(T).update Method (Field, Object, Field, Object)

DCSoft.DBUtilityGeneric

BaseDALTupdate Method (Field, Object, Field, Object)
单主键,单字段更新

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public int update(
	Field keyField,
	Object keyValue,
	Field updateField,
	Object updateValue
)

Parameters

keyField
Type: Field
主键
keyValue
Type: SystemObject
主键值
updateField
Type: Field
待更新字段
updateValue
Type: SystemObject
待更新字段值

Return Value

Type: Int32

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.update(Dos.ORM.Field,System.Object,Dos.ORM.Field,System.Object)"]

See Also