Show / Hide Table of Contents

Method GetCommandEntries

| Improve this Doc View Source

GetCommandEntries(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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest