Click or drag to resize
CodeGenerationMetaDataStoreGetTemplateBindings Method
Gets the template bindings instances related to the names specified. Instances are returned in the same order.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public List<TemplateBindings> GetTemplateBindings(
	IEnumerable<string> bindingNames
)

Parameters

bindingNames
Type: System.Collections.GenericIEnumerableString
The binding names.

Return Value

Type: ListTemplateBindings
the template bindings instances related to the names specified
See Also