Table of Contents

Class ExpressionType

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

Type of the expression provided in the Expression member.

public sealed class ExpressionType : ConstantClass
Inheritance
ExpressionType

Fields

SQL

SQL expression

public static readonly ExpressionType SQL

Field Value

ExpressionType

Methods

FindValue(string)

Finds the ExpressionType instance for the string value

public static ExpressionType FindValue(string value)

Parameters

value string

string value that maps to ExpressionType enum

Returns

ExpressionType

ExpressionType enum

Operators

implicit operator ExpressionType(string)

Converts the string to ExpressionType instance

public static implicit operator ExpressionType(string value)

Parameters

value string

Returns

ExpressionType