DataConnector | ComponentOne
C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / Parameters Property

In This Topic
    Parameters Property (C1CommandBase)
    In This Topic
    The Parameters list of this command.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Parameters As C1DbParameterCollection
    public new C1DbParameterCollection Parameters {get;}
    See Also