AVEVA Database .NET Public Interface

DbNameSequence Methods

The methods of the DbNameSequence class are listed below. For a complete list of DbNameSequence class members, see the DbNameSequence Members topic.

Public Static Methods

GetDbNameSequence Create and return a new NameSequence instance.

Public Instance Methods

Create Creat sequence
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exist Check existance
GetCurrent Get current running number
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMax Get last running number
GetName Get name of sequence
GetStep Get running number increment
GetType (inherited from Object) Gets the Type of the current instance.
IsWraparound Is wraparound at overflow allowed
Next Next value in sequence
Remove Remove sequence
SetMax Set last running number
SetNoWraparound Disallow wraparound at overflow
SetStart Set starting point of running number
SetStep Set running number increment
SetWraparound Allow wraparound at overflow
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DbNameSequence Class | Aveva.Pdms.Database Namespace