DefaultColumns Property
DefaultColumns
Prepopulate the dictionary with a default list of columns, especially useful for handling JSON with hidden null values.
Declaration
public List<string> DefaultColumns { get; set; }
Public Property DefaultColumns As List(Of String)