Click or drag to resize

MapperCommandCommand Property

The command name used programmatically to invoke specific behaviour. By default, and in most cases, Command is the same as ID. However, Command can be set programmatically to be different from ID In the case where a MapperCommands collection needs to contain multiple MapperCommand objects with the same command, for example where the same command is required with two different MapperCommandLocation values.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Command { get; set; }

Property Value

Type: String
See Also