TableExpressionBase.Type Property

Definition

Gets the static type of the expression that this Expression represents. (Inherited from Expression.)

public override Type Type { get; }
member this.Type : Type
Public Overrides ReadOnly Property Type As Type

Property Value

The Type that represents the static type of the expression.

Applies to