Namespace - LJCGenDocDAL
    
    
    
    Syntax
    
    
      
        
          | C# | 
          
            | 
              public class DocClassManager 
             | 
          
        
      
     
    
    Provides table specific data methods.
    
    Public Methods
    
      
        | 
          #ctor
         | 
        
      Initializes an object instance.
     | 
      
      
        | 
          Add
         | 
        
      Adds a Data Record to the database.
     | 
      
      
        | 
          ChangeSequence
         | 
        
      Changes the moved sequence values.
     | 
      
      
        | 
          Delete
         | 
        
      Deletes a Data Record with the specified ID.
     | 
      
      
        | 
          IsDuplicate
         | 
        
      Check for duplicate unique key.
     | 
      
      
        | 
          Load
         | 
        
      Retrieves a collection of Data Records.
     | 
      
      
        | 
          LoadResult
         | 
        
      Retrieves a collection of Data Records.
     | 
      
      
        | 
          LoadWithGroup
         | 
        
      // Retrieves a collection of data records with the supplied values.
     | 
      
      
        | 
          LoadWithParentID
         | 
        
      Loads a collection of Data Records with the supplied value.
     | 
      
      
        | 
          ResetSequence
         | 
        Resets the sequence values. | 
      
      
        | 
          Retrieve
         | 
        
      Retrieves a Data Record from the database.
     | 
      
      
        | 
          RetrieveWithID
         | 
        
      Retrieves a Data Record with the supplied value.
     | 
      
      
        | 
          RetrieveWithUnique
         | 
        
      Retrieves a record with the supplied unique values.
     | 
      
      
        | 
          SetOrderBy
         | 
        Sets the current OrderBy names. | 
      
      
        | 
          Update
         | 
        
      Updates the Data Record.
     | 
      
    
    15 Methods
    
    Private Methods
    
    5 Methods
    
    Properties
    
    
    Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.