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
)
Public Function GetTemplateBindings (
bindingNames As IEnumerable(Of String)
) As List(Of TemplateBindings)
Parameters
- bindingNames
- Type: System.Collections.GenericIEnumerableString
The binding names.
Return Value
Type:
ListTemplateBindingsthe template bindings instances related to the names specified
See Also