Class UniqueSequenceDB
This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class UniqueSequenceDB : DataAccessBaseConstructors
UniqueSequenceDB(IDatabaseHandler)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public UniqueSequenceDB(IDatabaseHandler databaseHandler)Parameters
| Type | Name | Description | 
|---|---|---|
| IDatabaseHandler | databaseHandler | 
Methods
Next(String, Int64)
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 | 
