Share via


WrkCtrTableExpanded::replaceNullWithEmpty Method

Defines a column that returns non-null data.

Syntax

server private static str replaceNullWithEmpty(
    TableName _viewName, 
    str _dataSource, 
    str _dataField)

Run On

Server

Parameters

  • _dataSource
    Type: str
    The table in the view that contains the field to be checked.
  • _dataField
    Type: str
    The name of the field to be checked.

Return Value

Type: str
The value of the field; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

WrkCtrTableExpanded View