英語で読む

次の方法で共有


OrganizationDetailCollection Class

Definition

Provides a collection of OrganizationDetail instances.

C++
public ref class OrganizationDetailCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Discovery::OrganizationDetail ^>
Inheritance
OrganizationDetailCollection
Attributes

Constructors

OrganizationDetailCollection()

Initializes a new instance of the OrganizationDetailCollection class.

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to

製品 バージョン
Dataverse SDK Latest

See also