DBCatalogObtainAndInsertUniqueConstraintObjectsFromMetaData Method |
Obtains the unique constraint objects from meta data and adds them to the tables in the schemas in this catalog.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax public void ObtainAndInsertUniqueConstraintObjectsFromMetaData(
DataTable uniqueConstraints,
string columNameSchema,
string columNameTable,
string columnNameField,
string columNameConstraint
)
Public Sub ObtainAndInsertUniqueConstraintObjectsFromMetaData (
uniqueConstraints As DataTable,
columNameSchema As String,
columNameTable As String,
columnNameField As String,
columNameConstraint As String
)
Parameters
- uniqueConstraints
- Type: System.DataDataTable
The unique constraints. - columNameSchema
- Type: SystemString
The colum name of the column with the schema name. - columNameTable
- Type: SystemString
The colum name of the column with the table name. - columnNameField
- Type: SystemString
The column name of the column with the field name. - columNameConstraint
- Type: SystemString
The colum name of the column with the constraint name.
See Also