Class MetaInfo
Meta Info Table for store anything.
儲存任何數據的元信息表格。
Inheritance
System.Object
MetaInfo
Namespace: Votanic.vNet.Database
Assembly: Votanic.vNet.dll
Syntax
public class MetaInfo
Properties
Key
Attribute name.
屬性名稱。
Declaration
[Preserve]
public string Key { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
MetaInfoID
Meta Info unique ID.
元信息唯一識別碼。
Declaration
[Preserve]
public int MetaInfoID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
RefID
ID on related table.
相關表格中的識別碼。
Declaration
[Preserve]
public int RefID { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Table
Related table name.
相關表格名稱。
Declaration
[Preserve]
public string Table { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Content of Attribute.
屬性內容。
Declaration
[Preserve]
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| System.String |