Show / Hide Table of Contents

Class Concat

Inheritance
System.Object
Expression
StringExpression
Concat
Implements
IIrisRepresentable
Inherited Members
StringExpression.StartsWith(StringExpression)
StringExpression.EndsWith(StringExpression)
StringExpression.Contains(StringExpression)
StringExpression.Matches(StringExpression)
StringExpression.Equals(Object)
StringExpression.GetHashCode()
Expression.IsNull()
Namespace: Deephaven.OpenAPI.Client.Fluent
Assembly: DeephavenOpenAPI.dll
Syntax
public class Concat : StringExpression, IIrisRepresentable

Methods

AppendIrisRepresentation(StringBuilder)

Declaration
public override void AppendIrisRepresentation(StringBuilder sb)
Parameters
Type Name Description
StringBuilder sb
Overrides
Expression.AppendIrisRepresentation(StringBuilder)

Create(StringExpression, StringExpression)

Declaration
public static StringExpression Create(StringExpression lhs, StringExpression rhs)
Parameters
Type Name Description
StringExpression lhs
StringExpression rhs
Returns
Type Description
StringExpression

Implements

IIrisRepresentable

Extension Methods

Expression_Extensions.As(Expression, String)
Back to top Generated by DocFX