SelectColumnCollection Class

Definition

public ref class SelectColumnCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::SelectColumn ^>
[System.Runtime.Serialization.CollectionDataContract(Name="SelectColumnCollection", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.SelectColumn))]
[System.Serializable]
public sealed class SelectColumnCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.SelectColumn>
[<System.Runtime.Serialization.CollectionDataContract(Name="SelectColumnCollection", Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.SelectColumn))>]
[<System.Serializable>]
type SelectColumnCollection = class
    inherit DataCollection<SelectColumn>
Public NotInheritable Class SelectColumnCollection
Inherits DataCollection(Of SelectColumn)
Inheritance
SelectColumnCollection
Attributes

Constructors

SelectColumnCollection()

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