Class QueryDropNullsRequest
- Namespace
- Datafication.Server.Core.Models
- Assembly
- Datafication.Server.Core.dll
Represents a drop nulls request.
public class QueryDropNullsRequest
- Inheritance
-
objectQueryDropNullsRequest
Properties
Mode
Gets or sets the drop mode. Supported values: any (default), all
- any: drop rows where any value is null
- all: drop rows where all values are null
public string Mode { get; set; }
Property Value
- string