Method GetCommandEntries
| Improve this Doc View SourceGetCommandEntries(DataView)
Retrieves command implementations 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 retrieved command implementations. |
GetCommandEntries(ColumnHeader)
Retrieves command implementations for specified ColumnHeader.
Declaration
IEnumerable<CommandEntry> GetCommandEntries(ColumnHeader columnHeader)
Parameters
Type | Name | Description |
---|---|---|
ColumnHeader | columnHeader | The specified ColumnHeader. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CommandEntry> | The retrieved command implementations. |