 | BcfRowBuilderDefaultValues Property |
Gets the default values.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IDictionary<string, Object> DefaultValues { get; }Public ReadOnly Property DefaultValues As IDictionary(Of String, Object)
Get
Property Value
Type:
IDictionaryString,
ObjectThe default values.
See Also