DbExpression.FromBinary Method (Byte[])

 

Creates a DbExpression that represents the specified binary value, which may be null.

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

public static DbExpression FromBinary(
	byte[] value
)

Parameters

value
Type: System.Byte[]

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