Class TableAttribute
Implements
Inherited Members
Namespace: Unity.VisualScripting.Dependencies.Sqlite
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class TableAttribute : Attribute, _Attribute
Constructors
TableAttribute(string)
Declaration
public TableAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |