Click or drag to resize
ProjectPropertiesTableValuedFunctionNameStripPattern Property
the pattern with prefix/suffix strip patterns to strip off the tvf names. If the tvf's name is equal to the pattern, nothing is stripped. Stripping is case insensitive.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
[DefaultValueAttribute("{fn_, pr_, sp_}{}")]
public string TableValuedFunctionNameStripPattern { get; set; }

Property Value

Type: String
See Also