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 (25.3.0.1000)
Syntaxpublic string? NullReplacementExpression { get; }Public ReadOnly Property NullReplacementExpression As String
	Get
public:
property String^ NullReplacementExpression {
	String^ get ();
}member NullReplacementExpression : string with get
Return Value
Type: 
StringThe 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