Click or drag to resize
DBSchemaObtainAndInsertUniqueConstraintObjectsFromMetaData Method
Obtains the unique constraint objects from meta data and adds them to the tables in this schema.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void ObtainAndInsertUniqueConstraintObjectsFromMetaData(
	IEnumerable<IGrouping<string, DataRow>> ucFieldsPerUc,
	string columnNameTable,
	string columnNameField
)

Parameters

ucFieldsPerUc
Type: System.Collections.GenericIEnumerableIGroupingString, DataRow
The uc fields per uc grouping enumerable, grouped per UC name.
columnNameTable
Type: SystemString
The column name of the column with the table names.
columnNameField
Type: SystemString
The column name of the column with the field names.
See Also