dotConnect for Mailchimp Documentation
Devart.Data Namespace / SqlShimCommand Class / Prepare Method

In This Topic
Prepare Method (SqlShimCommand)
In This Topic
Creates a prepared (or compiled) version of the command on the server.
Syntax
'Declaration
 
Public Overrides Sub Prepare() 
 
Remarks
When ParameterCheck is set to true, the Prepare method creates the command parameters if they are not created yet. When ParameterCheck is set to false, this method does nothing.
See Also