dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / RootPkgName Property

In This Topic
    RootPkgName Property
    In This Topic
    Gets or sets the package identifier for the package name (collection.rootPkgName) to be used by pureQuery when ExecutionMode is set to static.
    Syntax
    'Declaration
     
    Public Property RootPkgName As String
    public string RootPkgName {get; set;}

    Property Value

    The package identifier for the package name (collection.rootPkgName) to be used by pureQuery when ExecutionMode is set to static.
    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