The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Setting Variable Value

<#@ template language="C#" hostspecific="True" mergemode="LocalMerge" addtoheadofcollections="True"#>
<#@ import namespace="Varigence.Languages.Biml.Task" #>

<Container>
    <Variables>
        <!-- Set the value of a variable by using the value from various tags on the TargetNode -->
        <Variable Name="SchemaName" DataType="String" ><#=TargetNode.GetTag("SchemaName")#></Variable>
        <Variable Name="TableName" DataType="String" ><#=TargetNode.GetTag("TableName")#></Variable>
        <Variable Name="ContainerName" DataType="String" ><#=TargetNode.Name#></Variable>
    </Variables>
</Containers>

© Varigence