TemplateBindingsSaveTemplateBindingsToFile Method |
Saves the template bindings data passed in to a file.
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)
Syntax public static void SaveTemplateBindingsToFile(
string templateBindingsFilename,
string name,
string description,
decimal precedence,
List<string> supportedDriverIDs,
List<string> supportedPlatforms,
List<string> supportedFrameworks,
DataTable bindingsToSave
)
Public Shared Sub SaveTemplateBindingsToFile (
templateBindingsFilename As String,
name As String,
description As String,
precedence As Decimal,
supportedDriverIDs As List(Of String),
supportedPlatforms As List(Of String),
supportedFrameworks As List(Of String),
bindingsToSave As DataTable
)
Parameters
- templateBindingsFilename
- Type: SystemString
The template bindings filename. - name
- Type: SystemString
The name. - description
- Type: SystemString
The description. - precedence
- Type: SystemDecimal
The precedence. - supportedDriverIDs
- Type: System.Collections.GenericListString
The supported driver I ds. - supportedPlatforms
- Type: System.Collections.GenericListString
The supported platforms. - supportedFrameworks
- Type: System.Collections.GenericListString
The supported frameworks. - bindingsToSave
- Type: System.DataDataTable
The bindings to save.
See Also