The DatabaseObjectUsingAttributesHelper type exposes the following members.
          
             Methods
Methods
        
        | Name | Description | |
|---|---|---|
|   | Equals | (Inherited from Object.) | 
|   | Finalize | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|   | GetHashCode | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|   | GetType | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|     | LoadFieldsForBaseTypes | 
 Recurses through the lowest order base classes up to the highest order classes loading fields 
 and hooked objects on each object.
  | 
|     | LoadFieldsForObject | 
 Performs loading an object marked with the FieldMappingObjectHook attribute.
 Loads an object with fields or properties marked with DatabaseObjects.FieldMapping attributes 
 with the fields from the database.
  | 
|   | MemberwiseClone | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|     | SaveFieldsForBaseTypes | 
 Recurses through the lowest order base classes up to the highest order classes loading fields 
 and hooked objects on each object.
  | 
|     | SaveFieldsForObject | 
 Saves an object with fields or properties marked with DatabaseObjects.FieldMapping attributes 
 to the SQL.SQLFieldValues object for saving to the database.
  | 
|   | ToString | (Inherited from Object.) | 
 
     
     
     
     
    