DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVCommand Class / Prepare Method

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