CrmServiceClient.GetAllAttributesForEntity(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all attributes on a entity
public:
System::Collections::Generic::List<Microsoft::Xrm::Sdk::Metadata::AttributeMetadata ^> ^ GetAllAttributesForEntity(System::String ^ entityLogicalname);
public System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata> GetAllAttributesForEntity (string entityLogicalname);
member this.GetAllAttributesForEntity : string -> System.Collections.Generic.List<Microsoft.Xrm.Sdk.Metadata.AttributeMetadata>
Public Function GetAllAttributesForEntity (entityLogicalname As String) As List(Of AttributeMetadata)
Parameters
- entityLogicalname
- String
returns all attributes on a entity