Click or drag to resize

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.4.0.0 (5.4.0)
Syntax
public void ObtainAndInsertUniqueConstraintObjectsFromMetaData(
	DataTable uniqueConstraints,
	string columNameSchema,
	string columNameTable,
	string columnNameField,
	string columNameConstraint
)

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