QuickObjects.ObjectBase Send comments on this topic.
SequenceName Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > NumericField Class : SequenceName Property

SequenceName

It holds a String value that indicates the Sequence object name from Oracle that provides the next value for this field.

This is only applicable if the AutoGenerated property is set to true and the underlying database server is Oracle. If you have a trigger on this table to insert a value for this field from a Sequence then do not specify a value for the SequenceName or you will end up with wrong key values.

Note: This property is ignored if the underlying database server is not Oracle.

Syntax

C# 
public string SequenceName {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also