MetadataBuilder<T>.CommandFromMethod Method
Name | Parameters | Description |
---|---|---|
CommandFromMethod(Expression<Action<T>>) | methodExpression | Returns a command method metadata builder for a method from which the command property is to be generated. |
CommandFromMethod(Expression<Func<T, Task>>) | asyncMethodExpression |