CollectionAccessType Enumeration
Provides a value for the CollectionAccessAttribute to define
how the collection method invocation affects the contents of the collection.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
[FlagsAttribute] public enum CollectionAccessType
<FlagsAttribute> _ Public Enumeration CollectionAccessType
[FlagsAttribute] public enum class CollectionAccessType
Members
Member name | Description | |
---|---|---|
None | Method does not use or modify content of the collection. | |
Read | Method only reads content of the collection but does not modify it. | |
ModifyExistingContent | Method can change content of the collection but does not add new elements. | |
UpdatedContent | Method can add new elements to the collection. |