Click or drag to resize
TemplateBindingsAddBinding Method
Adds the binding specified for the language and platform specified.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.CodeGenerationMetaData.Templates
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddBinding(
	string templateID,
	string fileName,
	string languageName,
	string templateLanguage,
	bool includeOnly
)

Parameters

templateID
Type: SystemString
The template ID.
fileName
Type: SystemString
Name of the file.
languageName
Type: SystemString
Name of the language.
templateLanguage
Type: SystemString
The template language.
includeOnly
Type: SystemBoolean
value for the includeOnly flag
See Also