DbExpression.FromInt32 Method (Nullable<Int32>)

 

Creates a DbExpression that represents the specified (nullable) Int32 value.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public static DbExpression FromInt32(
	Nullable<int> value
)

Parameters

value
Type: System.Nullable<Int32>

The Int32 value on which the returned expression should be based.

Return Value

Type: System.Data.Entity.Core.Common.CommandTrees.DbExpression

A DbExpression that represents the specified Int32 value.