Class UniqueSequenceDB
  
  
  
  
    Inheritance
    System.Object
    
    UniqueSequenceDB
   
  
  
  Assembly: EPiServer.dll
  Version: 12.0.3
  Syntax
  
    [ServiceConfiguration]
public class UniqueSequenceDB : DataAccessBase
   
  Constructors
  
  
  
  
  UniqueSequenceDB(IDatabaseExecutor)
  This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
  
    public UniqueSequenceDB(IDatabaseExecutor databaseHandler)
   
  Parameters
  
  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 |  | 
    
  
  Extension Methods