DataCollection Members
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists. Extends Collection.
The following tables list the members exposed by the DataCollection type.
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Count | (inherited from Collection) | |
Item | (inherited from Collection) |
Top
Protected Properties
Name | Description | |
---|---|---|
Items | (inherited from Collection) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | (inherited from Collection) | |
AddRange | Overloaded. Adds the elements of the specified collection to the end of the DataCollection. | |
Clear | (inherited from Collection) | |
Contains | (inherited from Collection) | |
CopyTo | (inherited from Collection) | |
Equals | (inherited from Object) | |
GetEnumerator | (inherited from Collection) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IndexOf | (inherited from Collection) | |
Insert | (inherited from Collection) | |
Remove | (inherited from Collection) | |
RemoveAt | (inherited from Collection) | |
ToArray | Copies the elements of the DataCollection to a new array. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
ClearItems | (inherited from Collection) | |
Finalize | (inherited from Object) | |
InsertItem | (inherited from Collection) | |
MemberwiseClone | (inherited from Object) | |
RemoveItem | (inherited from Collection) | |
SetItem | (inherited from Collection) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
CopyTo | (inherited from Collection) | |
GetEnumerator | (inherited from Collection) | |
Add | (inherited from Collection) | |
Contains | (inherited from Collection) | |
IndexOf | (inherited from Collection) | |
Insert | (inherited from Collection) | |
Remove | (inherited from Collection) | |
IsReadOnly | (inherited from Collection) | |
IsSynchronized | (inherited from Collection) | |
SyncRoot | (inherited from Collection) | |
IsFixedSize | (inherited from Collection) | |
IsReadOnly | (inherited from Collection) | |
Item | (inherited from Collection) |
Top
See Also
Reference
DataCollection Generic Class
Microsoft.Xrm.Sdk Namespace
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.