次の方法で共有


DbSetClause.Property プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

更新する必要があるプロパティを指定する DbExpression を取得します。

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public ReadOnly Property Property As DbExpression 
    Get
'使用
Dim instance As DbSetClause 
Dim value As DbExpression 

value = instance.Property
public DbExpression Property { get; }
public:
property DbExpression^ Property {
    DbExpression^ get ();
}
member Property : DbExpression
function get Property () : DbExpression

プロパティ値

型 : System.Data.Entity.Core.Common.CommandTrees.DbExpression

解説

DbPropertyExpression に制約されます。

参照

参照

DbSetClause クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間