Open this page in the API Guide

RemoteRelationalMetadata.NullReplacementExpression Property

Gets the NULL replacement expression or null if not supported.

Namespace:  Dundas.BI.Data.DataProviders.Gateway
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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