Skip to content

How does the ExecuteAttribute work #3738

Discussion options

You must be logged in to vote

The Execute attribute only works with CommandBase types.

You can use it the original way, by creating a command object and then executing it, or you can use it the new way by calling execute to create the command (like a fetch basically).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StefanOssendorf
Comment options

Answer selected by StefanOssendorf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants