Expand Minimize
This topic has not yet been rated - Rate this topic

EntityFilters Enumeration

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

Describes the type of entity metadata to retrieve.

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
'Usage

[FlagsAttribute] 
[DataContractAttribute(Name="EntityFilters", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")] 
public enum EntityFilters
Member nameDescription
AllUse this to retrieve all data for an entity. Value = 15.
AttributesUse this to retrieve entity information plus attributes for the entity. Value = 2.
DefaultUse this to retrieve only entity information. Equivalent to EntityFilters.Entity. Value = 1.
EntityUse this to retrieve only entity information. Equivalent to EntityFilters.Default. Value = 1.
PrivilegesUse this to retrieve entity information plus privileges for the entity. Value = 4.
RelationshipsUse this to retrieve entity information plus entity relationships for the entity. Value = 8.

Development Platforms

Windows Server 2008

Target Platforms

Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)

Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.