Class TableAttribute
Namespace: Unity.VisualScripting.Dependencies.Sqlite
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 |