Click or drag to resize
ClassStructureInfoCombine Method
Combines class structure definitions to the one

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static ClassStructureInfo Combine(
	string source,
	params ClassStructureInfo[] structures
)

Parameters

source
Type: SystemString
Source of the data (database table or view)
structures
Type: CMS.DataEngineClassStructureInfo
List of structure definitions to combine

Return Value

Type: ClassStructureInfo
See Also