DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / Prepare Method

In This Topic
    Prepare Method (C1CommandBase)
    In This Topic
    Creates a prepared (or compiled) version of the command on the data source.
    Syntax
    'Declaration
     
    Public Overrides Sub Prepare() 
    public override void Prepare()
    See Also