VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / DropForeignKey Method
Foreign key constraint name. It's the same name assigned to foreign key index.


In This Topic
    DropForeignKey Method
    In This Topic
    Drop foreign key constraint. Respective foreign key index will be deleted from the table as well.
    Syntax
    'Declaration
     
    
    Sub DropForeignKey( _
       ByVal constraintName As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim constraintName As System.String
     
    instance.DropForeignKey(constraintName)
    void DropForeignKey( 
       System.string constraintName
    )

    Parameters

    constraintName
    Foreign key constraint name. It's the same name assigned to foreign key index.
    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