Class TabInfoDB
  
  Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Database class for tab information.
    Inheritance
    System.Object
    
    TabInfoDB
   
  
    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()
    
   
  
  Assembly: EPiServer.dll
  Version: 10.10.4
  Syntax
  
    [ServiceConfiguration]
public class TabInfoDB : DataAccessBase
   
  Constructors
  
  
  
  
  TabInfoDB(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 TabInfoDB(IDatabaseExecutor databaseHandler)
   
  Parameters
  
  Methods
  
  
  
  
  GetDependentPropertyNames(Int32)
  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 IEnumerable<string> GetDependentPropertyNames(int tabID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | tabID |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Collections.Generic.IEnumerable<System.String> |  | 
    
  
  
  
  
  List()
  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 DataSet List()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Data.DataSet |  | 
    
  
  
  
  
  Save(DataSet)
  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 DataSet Save(DataSet data)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Data.DataSet | data |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Data.DataSet |  | 
    
  
  Extension Methods