ORM Sample Class Library

TypedCollectionAttribute Class

This is an internal Attribute and should not be used. It is applied to all ORM.NET collections

For a list of all members of this type, see TypedCollectionAttribute Members.

System.Object
   Attribute
      TypedCollectionAttribute

[Visual Basic]
<AttributeUsage(ValidOn="All", AllowMultiple="False", Inherited="True")>
Public Class TypedCollectionAttribute
Inherits Attribute
[C#]
[AttributeUsage(ValidOn="All", AllowMultiple="False", Inherited="True")]
public class TypedCollectionAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: OrmLib

Assembly: OrmLib (in OrmLib.dll)

See Also

TypedCollectionAttribute Members | OrmLib Namespace


riptionAttribute.