Method Deconstruct
| Improve this Doc View SourceDeconstruct(out String, out String)
Deconstructs the current ModelTag.
Declaration
public readonly void Deconstruct(out string name, out string sqlStatement)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the current ModelTag. |
String | sqlStatement | The SQL statement of the current ModelTag. |