Show / Hide Table of Contents

Struct TableUpdate

Update details of table.
表格更新詳述。

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public struct TableUpdate

Constructors

TableUpdate(Object, Object)

Add an update.
新增一個更新。

Declaration
public TableUpdate(object key, object value)
Parameters
Type Name Description
System.Object key

Attribute name in table
表格中的屬性名稱

System.Object value

Update value
更新值

Fields

key

Attribute name in table.
表格中的屬性名稱。

Declaration
public object key
Field Value
Type Description
System.Object

value

Update value.
更新值。

Declaration
public object value
Field Value
Type Description
System.Object
In This Article
Back to top Generated by DocFX