DbExpression.FromInt16 Method (Nullable<Int16>)

 

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

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

public static DbExpression FromInt16(
	Nullable<short> value
)

Parameters

value
Type: System.Nullable<Int16>

The Int16 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 Int16 value.