[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.op_Implicit

implicit operator Operator

implicit operator string(ExpressionInfo)

Defines an operator that allows implicit conversion from an ExpressionInfo to a string.

Declaration
public static implicit operator string(ExpressionInfo expression)
Parameters
Type Name Description
ExpressionInfo expression

The expression to be converted.

Returns
Type Description
string

The string representation of expression.

implicit operator ExpressionInfo(string)

Defines an operator that allows implicit conversion from a string to an ExpressionInfo.

Declaration
public static implicit operator ExpressionInfo(string expressionString)
Parameters
Type Name Description
string expressionString

The string representation of expression.

Returns
Type Description
ExpressionInfo