Click or drag to resize
EmbeddedDocumentDefinitionRemoveAdditionalType Method
Removes the additional type specified from the set of additional types of this embedded document.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void RemoveAdditionalType(
	EmbeddedDocumentDefinition additionalType
)

Parameters

additionalType
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelEmbeddedDocumentDefinition
Type to remove.
See Also