dotConnect for Oracle Documentation
Devart.Common Namespace / DbCommandBase Class / Prepare Method

On this page
    Prepare Method
    On this page
    Creates a prepared (or compiled) version of the command on the server.
    Syntax
    'Declaration
     
    Public Overrides Sub Prepare() 
    public override void Prepare()
    See Also