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.6.0.0 (5.6.19.0117)
Syntaxpublic void AddBinding(
	string templateID,
	string fileName,
	string languageName,
	string templateLanguage,
	bool includeOnly
)
Public Sub AddBinding ( 
	templateID As String,
	fileName As String,
	languageName As String,
	templateLanguage As String,
	includeOnly As Boolean
)
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