dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsCommand Class / CreateParameter Method

In This Topic
    CreateParameter Method (DynamicsCommand)
    In This Topic
    Creates a new instance of a DynamicsParameter object.
    Creates a new instance of a DynamicsParameter object.
    Syntax
    'Declaration
     
    Public Shadows Function CreateParameter() As DynamicsParameter
    public new DynamicsParameter CreateParameter()

    Return Value

    Remarks
    This method is a strongly-typed version of System.Data.IDbCommand.CreateParameter. See DynamicsParameter to find out more ways to create a parameter.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also