ModelDataMethodResult.ReturnValue 属性

定义

获取数据方法的返回值。

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

属性值

Object

数据方法的返回值:用于选择操作的 IEnumerable 集合或指示受影响的行数更新、删除和插入操作的整数。

适用于