DbFunctionCommandTree.ResultType-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft den Ergebnistyp der Funktion ab; derzeit beschränkt auf eine Auflistung von RowTypes. Gibt anders als eine typische RowType-Instanz nur Namen/Typ, nicht Parameterreihenfolge an.
Namespace: System.Data.Entity.Core.Common.CommandTrees
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ResultType As TypeUsage
Get
'Usage
Dim instance As DbFunctionCommandTree
Dim value As TypeUsage
value = instance.ResultType
public TypeUsage ResultType { get; }
public:
property TypeUsage^ ResultType {
TypeUsage^ get ();
}
member ResultType : TypeUsage
function get ResultType () : TypeUsage
Eigenschaftswert
Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Der Ergebnistyp der Funktion.