Show / Hide Table of Contents

Class DbCastExpression

Represents database CAST expression.

Inheritance
System.Object
DbExpression
DbCastExpression
Inherited Members
DbExpression.DataType
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class DbCastExpression : DbExpression

Properties

Name Description
Operand

Gets the operand.

SourceColumn

Gets the source column.

SourceDataType

Gets the source data type.

TargetColumn

Gets the target column.

Methods

Name Description
Accept(DbExpressionVisitor)
Accept<T>(DbExpressionVisitor<T>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest