DbExpression.FromInt64 Method (Nullable<Int64>)
Creates a DbExpression that represents the specified (nullable) Int64 value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- value
-
Type:
System.Nullable<Int64>
The Int64 value on which the returned expression should be based.
Return Value
Type: System.Data.Entity.Core.Common.CommandTrees.DbExpressionA DbExpression that represents the specified Int64 value.