DbExpression.FromString(String) メソッド

定義

指定された文字列値を表す DbExpression を作成します。

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromString(System::String ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromString (string value);
static member FromString : string -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromString (value As String) As DbExpression

パラメーター

value
String

取得する式の文字列値。

戻り値

指定された文字列値を表す DbExpression

適用対象