Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(DataView)
Gets the implementation of the commands for specified DataView.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(DataView dataView)
Parameters
Type | Name | Description |
---|---|---|
DataView | dataView | The specified DataView. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CommandEntry> | The implementation of the commands. |