VistaDB 6
VistaDB.Entity Namespace / VistaDBProviderServices Class / CreateCommandDefinition Method


In This Topic
    CreateCommandDefinition Method
    In This Topic
    Create a Command Definition object given a command tree.
    Overload List
    OverloadDescription
    Create a Command Definition object given a command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Creates command definition from specified manifest and command tree. (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    Create the default DbCommandDefinition object based on the prototype command This method is intended for provider writers to build a default command definition from a command. Note: This will clone the prototype (Inherited from System.Data.Entity.Core.Common.DbProviderServices)
    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