ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataTableExtender Class / AutoIncrementSequenceName Property

In This Topic
    AutoIncrementSequenceName Property
    In This Topic
    Gets or sets the name of a sequence or generator database object used for autoincrement on the server.
    Syntax
    'Declaration
     
    Public Property AutoIncrementSequenceName As System.String
    public System.string AutoIncrementSequenceName {get; set;}
    Remarks
    This property is used to enable autoincrement key field functionality in databases like Oracle that support special database objects used to generate unique (autoincrementing) values.

    Its value is used if statement defined in the IdentityColumnLastValueSelect property of the ConnectionInfo has a mark indicating that autoincrement sequence name must be inserted there.

    See Also