Show / Hide Table of Contents

Class MatchWithColumn

Inheritance
System.Object
MatchWithColumn
Implements
IMatchWithColumn
IIrisRepresentable
Namespace: Deephaven.OpenAPI.Client.Fluent
Assembly: DeephavenOpenAPI.dll
Syntax
public class MatchWithColumn : object, IMatchWithColumn, IIrisRepresentable

Constructors

MatchWithColumn(IColumn, IColumn)

Declaration
public MatchWithColumn(IColumn lhs, IColumn rhs)
Parameters
Type Name Description
IColumn lhs
IColumn rhs

MatchWithColumn(IColumn, String)

Declaration
public MatchWithColumn(IColumn lhs, string rhs)
Parameters
Type Name Description
IColumn lhs
System.String rhs

Methods

AppendIrisRepresentation(StringBuilder)

Declaration
public void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type Name Description
StringBuilder sb

Implements

IMatchWithColumn
IIrisRepresentable
Back to top Generated by DocFX