次の方法で共有


DbGroupExpressionBinding.VariableType プロパティ

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

要素変数の型のメタデータを取得します。

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

構文

'宣言
Public ReadOnly Property VariableType As TypeUsage 
    Get
'使用
Dim instance As DbGroupExpressionBinding 
Dim value As TypeUsage 

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

プロパティ値

型 : System.Data.Entity.Core.Metadata.Edm.TypeUsage

参照

参照

DbGroupExpressionBinding クラス

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