-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
DbDeleteCommandTree.xml
58 lines (56 loc) · 4.23 KB
/
DbDeleteCommandTree.xml
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
<Type Name="DbDeleteCommandTree" FullName="System.Data.Common.CommandTrees.DbDeleteCommandTree">
<TypeSignature Language="C#" Value="public sealed class DbDeleteCommandTree : System.Data.Common.CommandTrees.DbModificationCommandTree" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit DbDeleteCommandTree extends System.Data.Common.CommandTrees.DbModificationCommandTree" />
<TypeSignature Language="DocId" Value="T:System.Data.Common.CommandTrees.DbDeleteCommandTree" />
<TypeSignature Language="VB.NET" Value="Public NotInheritable Class DbDeleteCommandTree
Inherits DbModificationCommandTree" />
<TypeSignature Language="F#" Value="type DbDeleteCommandTree = class
 inherit DbModificationCommandTree" />
<TypeSignature Language="C++ CLI" Value="public ref class DbDeleteCommandTree sealed : System::Data::Common::CommandTrees::DbModificationCommandTree" />
<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.DbModificationCommandTree</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>Represents a single row delete operation expressed as a command tree. This class cannot be inherited.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Predicate">
<MemberSignature Language="C#" Value="public System.Data.Common.CommandTrees.DbExpression Predicate { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Data.Common.CommandTrees.DbExpression Predicate" />
<MemberSignature Language="DocId" Value="P:System.Data.Common.CommandTrees.DbDeleteCommandTree.Predicate" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Predicate As DbExpression" />
<MemberSignature Language="F#" Value="member this.Predicate : System.Data.Common.CommandTrees.DbExpression" Usage="System.Data.Common.CommandTrees.DbDeleteCommandTree.Predicate" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Data::Common::CommandTrees::DbExpression ^ Predicate { System::Data::Common::CommandTrees::DbExpression ^ 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.Common.CommandTrees.DbExpression</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets an <see cref="T:System.Data.Common.CommandTrees.DbExpression" /> that specifies the predicate used to determine which members of the target collection should be deleted.</summary>
<value>An <see cref="T:System.Data.Common.CommandTrees.DbExpression" /> that specifies the predicate used to determine which members of the target collection should be deleted.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The predicate can include only the following elements: <xref:System.Data.Common.CommandTrees.DbComparisonExpression> (represents equality), <xref:System.Data.Common.CommandTrees.DbConstantExpression>, <xref:System.Data.Common.CommandTrees.DbIsNullExpression>, <xref:System.Data.Common.CommandTrees.DbPropertyExpression>, <xref:System.Data.Common.CommandTrees.DbVariableReferenceExpression> (references the target), <xref:System.Data.Common.CommandTrees.DbAndExpression>, <xref:System.Data.Common.CommandTrees.DbOrExpression>, and <xref:System.Data.Common.CommandTrees.DbNotExpression>.
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>