ClassStructureInfoCombine Method |
Combines class structure definitions to the one
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
ClassStructureInfoSee Also