Sequence.currval Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
currval(String, Int32) | |
currval(String) | |
currval() |
Gets the current sequence number from the sequence, without incrementing the counter value. |
currval(String, Int32)
public:
virtual long currval(System::String ^ _Subkey1, int _Subkey2);
public virtual long currval (string _Subkey1, int _Subkey2);
abstract member currval : string * int -> int64
override this.currval : string * int -> int64
Public Overridable Function currval (_Subkey1 As String, _Subkey2 As Integer) As Long
Parameters
- _Subkey1
- String
- _Subkey2
- Int32
Returns
Applies to
currval(String)
currval()
Gets the current sequence number from the sequence, without incrementing the counter value.
public:
virtual long currval();
public virtual long currval ();
abstract member currval : unit -> int64
override this.currval : unit -> int64
Public Overridable Function currval () As Long
Returns
The current sequence number from the sequence.