Try our conversational search powered by Generative AI!

Class UniqueSequenceDB

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
UniqueSequenceDB
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration]
public class UniqueSequenceDB : DataAccessBase

Constructors

UniqueSequenceDB(IDatabaseExecutor)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public UniqueSequenceDB(IDatabaseExecutor databaseHandler)
Parameters
Type Name Description
IDatabaseExecutor databaseHandler

Methods

Next(String, Int64)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public virtual long Next(string name, long numberOfSteps)
Parameters
Type Name Description
System.String name
System.Int64 numberOfSteps
Returns
Type Description
System.Int64

Extension Methods