Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static void SaveTemplateBindingsToFile(
	string templateBindingsFilename,
	string name,
	string description,
	decimal precedence,
	List<string> supportedDriverIDs,
	List<string> supportedPlatforms,
	List<string> supportedFrameworks,
	DataTable bindingsToSave
)

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