Click or drag to resize

ProjectExcludeElementFromProject Method

Excludes the meta data element from project. This effectively means that it's been removed from it's parent container and marked as removed.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public void ExcludeElementFromProject(
	IExcludable elementToExclude
)

Parameters

elementToExclude
Type: SD.LLBLGen.Pro.DBDriverCoreIExcludable
The element to exclude.
See Also