Class StrCol
Inheritance
System.Object
StrCol
Assembly: DeephavenOpenAPI.dll
Syntax
public class StrCol : StringExpression, IColumn<string>, IColumn, ISelectColumn, IMatchWithColumn, IIrisRepresentable
Constructors
StrCol(String)
Declaration
public StrCol(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