Click or drag to resize

DFBoolColumn Constructor

Overload List
 NameDescription
Protected methodDFBoolColumn Default constructor.
Public methodDFBoolColumn(String) Constructs a DFBoolColumn instance with the given name.
Public methodDFBoolColumn(String, IDFColumn) Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given column, after conversion to bool.
Public methodDFBoolColumn(String, Boolean) Constructs a DFBoolColumn instance with the given name. Column elements are initialized with data from the given array.
Top
See Also