EntityCollection.Entities Property
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.
Gets the collection of entities.
public:
property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Entity ^> ^ Entities { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Entity ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Entity> Entities { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.Entities : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Entity>
Public ReadOnly Property Entities As DataCollection(Of Entity)
Property Value
Type: DataCollection<T><Entity>The collection of entities.
- Attributes