DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataCommand Class / Prepare Method

In This Topic
    Prepare Method (C1ODataCommand)
    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