SQL.GetCommandTag
-----------------

Queries tag for command.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [SQL](component_SQL.md) | [6.4](newinversion64.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "SQL.GetCommandTag"; Command ) 

**MBS**( **"SQL.GetCommandTag";** /\* Queries tag for command. \*/  
**$Command**) /\* The command reference number gained with [SQL.NewCommand](SQLNewCommand.md). \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Command | The command reference number gained with [SQL.NewCommand](SQLNewCommand.md). | $Command |

### Result

Returns text or error.

### Description

Queries tag for command.  
### See also

- [SQL.NewCommand](SQLNewCommand.md)
- [SQL.SetCommandTag](SQLSetCommandTag.md)
- [SQL.SetCommandText](SQLSetCommandText.md)

### Blog Entries

- [MBS FileMaker Plugin, version 6.4pr7](https://www.mbsplugins.de/archive/2016-09-14/MBS_FileMaker_Plugin_version_6/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 11st September 2016 , last changed 11st September 2016

  
[SQL.GetCommandOptions](SQLGetCommandOptions.md) - [SQL.GetConnectionOption](SQLGetConnectionOption.md)

[HTML Version](SQLGetCommandTag.shtml)