次の方法で共有


DbInsertCommandTree.CommandTreeKind プロパティ

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

コマンド ツリーの種類を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property CommandTreeKind As DbCommandTreeKind 
    Get
'使用
Dim instance As DbInsertCommandTree 
Dim value As DbCommandTreeKind 

value = instance.CommandTreeKind
public override DbCommandTreeKind CommandTreeKind { get; }
public:
virtual property DbCommandTreeKind CommandTreeKind {
    DbCommandTreeKind get () override;
}
abstract CommandTreeKind : DbCommandTreeKind 
override CommandTreeKind : DbCommandTreeKind
override function get CommandTreeKind () : DbCommandTreeKind

プロパティ値

型 : System.Data.Entity.Core.Common.CommandTrees.DbCommandTreeKind
コマンドのツリーの種類。

参照

参照

DbInsertCommandTree クラス

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