Skip to main content
Version: 5.11.4

AddNull

public void AddNull(string key);

Parameter

ValueTypeDescription
keystringKey value

Description

Adds an empty column to Param.

  • The key must not begin with a number. If it does, a warning is displayed and it is not added to Param.

Example

Param param = new Param();

param.AddNull(string key);