Command

You set the value of the AdapterReference tag to Command to use inline command binding in the adapter. The following is an example of a binding, where the AdapterReference is set to Command:

<CommandHandlers>
      <CommandHandler CommandName="FillDefaultValues">
        <AdapterHandler Type="MyCommandHandler" Init="MyInitString" >ExpiryDate</AdapterHandler>
      </CommandHandler>
</CommandHandlers>

Similar to the other adapters, the inline version allows you to associate a single target with a single logical command. You must ensure that the type specified is defined in the AdapterReferences, you pass init string parameter as an attribute.