VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / IdentityInsert Property


In This Topic
    IdentityInsert Property
    In This Topic
    Get or set the manual setting for IDENTITY_INSERT ON (true) or OFF (false) for this table. This is independent from the one-table-at-a-time setting for a SQL connection but provides the same basic functionality to allow explicit value insertion for identity columns.
    Syntax
    'Declaration
     
    
    Property IdentityInsert As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As System.Boolean
     
    instance.IdentityInsert = value
     
    value = instance.IdentityInsert
    System.bool IdentityInsert {get; set;}
    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