Struct ModelTag
Represents the tag with its associated SQL statement.
Inherited Members
Namespace: YeSql.Net
Assembly: YeSql.Net.dll
Syntax
public readonly struct ModelTag
Constructors
| Name | Description |
|---|---|
| ModelTag() | Initializes a new instance of the ModelTag class. |
Properties
| Name | Description |
|---|---|
| Name | Gets the name of the tag. |
| SqlStatement | Gets the SQL statement of the tag. |
Methods
| Name | Description |
|---|---|
| Deconstruct(out String, out String) | Deconstructs the current ModelTag. |
| ToString() | Returns a string that represents the current object of type ModelTag. |