The following tables list the members exposed by EntityColumnValueCollection.
Name | Description | |
---|---|---|
![]() | EntityColumnValueCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified EntityColumnValue instance to the collection. |
![]() | Clear | Removes all items from the current collection. |
![]() | ClearValues | Clears column values. |
![]() | Clone | Creates a clone of the current collection of values of the entity columns. |
![]() | FindByName | In the collection, searches for the value of the entity column with the specified name. If the column value is not found, null is returned. |
![]() | ForceGetByName | Gets the EntityColumnValue instance with the specified name from the collection. If the instance with this name does not exists in the collection, it is created. |
![]() | ForceLoadColumnValue | Overloaded. |
![]() | GetByName | Gets the item with the specified name from the collection of column values. If no such item is found, an exception is thrown. |
![]() | GetEnumerator | Gets the typed enumerator of values of the entity columns. |