-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathDbFunctionCommandTree.xml
More file actions
86 lines (84 loc) · 5.54 KB
/
DbFunctionCommandTree.xml
File metadata and controls
86 lines (84 loc) · 5.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<Type Name="DbFunctionCommandTree" FullName="System.Data.Common.CommandTrees.DbFunctionCommandTree">
<TypeSignature Language="C#" Value="public sealed class DbFunctionCommandTree : System.Data.Common.CommandTrees.DbCommandTree" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DbFunctionCommandTree extends System.Data.Common.CommandTrees.DbCommandTree" />
<TypeSignature Language="DocId" Value="T:System.Data.Common.CommandTrees.DbFunctionCommandTree" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class DbFunctionCommandTree
Inherits DbCommandTree" />
<TypeSignature Language="F#" Value="type DbFunctionCommandTree = class
 inherit DbCommandTree" />
<TypeSignature Language="C++ CLI" Value="public ref class DbFunctionCommandTree sealed : System::Data::Common::CommandTrees::DbCommandTree" />
<AssemblyInfo>
<AssemblyName>System.Data.Entity</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Data.Common.CommandTrees.DbCommandTree</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Represents the invocation of a database function.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="EdmFunction">
<MemberSignature Language="C#" Value="public System.Data.Metadata.Edm.EdmFunction EdmFunction { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Data.Metadata.Edm.EdmFunction EdmFunction" />
<MemberSignature Language="DocId" Value="P:System.Data.Common.CommandTrees.DbFunctionCommandTree.EdmFunction" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property EdmFunction As EdmFunction" />
<MemberSignature Language="F#" Value="member this.EdmFunction : System.Data.Metadata.Edm.EdmFunction" Usage="System.Data.Common.CommandTrees.DbFunctionCommandTree.EdmFunction" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Data::Metadata::Edm::EdmFunction ^ EdmFunction { System::Data::Metadata::Edm::EdmFunction ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Data.Entity</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Data.Metadata.Edm.EdmFunction</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the <see cref="T:System.Data.Metadata.Edm.EdmFunction" /> that represents the function that is being invoked.</summary>
<value>The <see cref="T:System.Data.Metadata.Edm.EdmFunction" /> that represents the function that is being invoked.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResultType">
<MemberSignature Language="C#" Value="public System.Data.Metadata.Edm.TypeUsage ResultType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Data.Metadata.Edm.TypeUsage ResultType" />
<MemberSignature Language="DocId" Value="P:System.Data.Common.CommandTrees.DbFunctionCommandTree.ResultType" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property ResultType As TypeUsage" />
<MemberSignature Language="F#" Value="member this.ResultType : System.Data.Metadata.Edm.TypeUsage" Usage="System.Data.Common.CommandTrees.DbFunctionCommandTree.ResultType" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Data::Metadata::Edm::TypeUsage ^ ResultType { System::Data::Metadata::Edm::TypeUsage ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Data.Entity</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Data.Metadata.Edm.TypeUsage</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the expected result type for the function's first result set.</summary>
<value>The expected result type for the function's first result set.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The result shape must be a collection of rows. The <xref:System.Data.Metadata.Edm.RowType.Properties*> within a row indicate the expected type for columns with the corresponding names. The result type does not constrain the order of columns.
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>