Click or drag to resize
ImportableDBData Class
Simple class which represents the importable DB data for a given db driver.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImportImportableDBData

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility.DataImport
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class ImportableDBData

The ImportableDBData type exposes the following members.

Constructors
  NameDescription
Public methodImportableDBData
Initializes a new instance of the ImportableDBData class.
Top
Properties
  NameDescription
Public propertyDriverID
Gets or sets the driver ID for which this data is valid.
Public propertyForeignKeyConstraints
Gets or sets the foreign key constraints.
Public propertySequences
Gets or sets the sequences.
Public propertyStoredProcedures
Gets or sets the stored procedures.
Public propertyTables
Gets or sets the tables.
Public propertyViews
Gets or sets the views.
Top
Methods
  NameDescription
Public methodAdd(ImportableDBForeignKeyConstraint)
Adds the specified fk constraint.
Public methodAdd(ImportableDBResultset)
Adds the specified resultset.
Public methodAdd(ImportableDBSequence)
Adds the specified sequence.
Public methodAdd(ImportableDBStoredProcedure)
Adds the specified stored procedure.
Public methodAdd(ImportableDBTable)
Adds the specified target.
Public methodAdd(ImportableDBTarget)
Adds the specified target.
Public methodAdd(ImportableDBView)
Adds the specified view.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEmpty
Determines whether this instance is empty.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also