Proprietà DbGroupExpressionBinding.VariableType
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene i metadati del tipo della variabile dell'elemento.
Spazio dei nomi: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property VariableType As TypeUsage
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Data.Entity.Core.Metadata.Edm.TypeUsage