RemoteRelationalMetadataNullReplacementExpression Property

Gets the NULL replacement expression or if not supported.

Namespace:  Dundas.BI.Data.DataProviders.Gateway
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public string NullReplacementExpression { get; }

Return Value

Type: String
The NULL replacement expression.".
Remarks
For example "ISNULL({0}, {1})" for SQL Server, where {0} is the original value, and {1} is the result, if the original value is NULL.
See Also