SQL.GetCommandOptions
---------------------

Queries list of options for command.

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

MBS( "SQL.GetCommandOptions"; Command ) 

**MBS**( **"SQL.GetCommandOptions";** /\* Queries list of options 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 list or error.

### Description

Queries list of options for command.  
### See also

- [SQL.GetCommandOption](SQLGetCommandOption.md)
- [SQL.NewCommand](SQLNewCommand.md)
- [SQL.SetCommandOption](SQLSetCommandOption.md)

### Release notes

- **Version 8.4**
    - Added [SQL.GetCommandOptions](http://www.mbsplugins.eu/SQLGetCommandOptions.shtml), [SQL.GetConnectionOptions](http://www.mbsplugins.eu/SQLGetConnectionOptions.shtml), [SQL.GetFieldOptions](http://www.mbsplugins.eu/SQLGetFieldOptions.shtml) and [SQL.GetParamOptions](http://www.mbsplugins.eu/SQLGetParamOptions.shtml) functions to query options list.

### Blog Entries

- [MBS FileMaker Plugin, version 8.4pr10](https://www.mbsplugins.de/archive/2018-09-21/MBS_FileMaker_Plugin_version_8/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 20th September 2018 , last changed 20th September 2018

  
[SQL.GetCommandOption](SQLGetCommandOption.md) - [SQL.GetCommandTag](SQLGetCommandTag.md)

[HTML Version](SQLGetCommandOptions.shtml)