DbExpression.FromString Method (String)

 

Creates a DbExpression that represents the specified string value.

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

public static DbExpression FromString(
	string value
)

Parameters

value
Type: System.String

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