Class BoolCol
Inheritance
System.Object
BoolCol
Assembly: DeephavenOpenAPI.dll
Syntax
public class BoolCol : BooleanExpression, IColumn<bool>, IColumn, ISelectColumn, IMatchWithColumn, IIrisRepresentable
Constructors
BoolCol(String)
Declaration
public BoolCol(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Properties
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
AppendIrisRepresentation(StringBuilder)
Declaration
public override void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type |
Name |
Description |
StringBuilder |
sb |
|
Overrides
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods