ExpressionExtensions Class

Definition

Extension methods for Expression types.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public static class ExpressionExtensions
type ExpressionExtensions = class
Public Class ExpressionExtensions
Inheritance
ExpressionExtensions

Methods

InferTypeMapping(SqlExpression[])

Infers type mapping from given SqlExpressions.

Applies to