ORM Sample Class Library

Business Class

Base class that all Table wrapping template objects inherit from.

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

System.Object
   BusinessBase
      Business

[Visual Basic]
<Serializable>
MustInherit Public Class Business
Inherits BusinessBase
[C#]
[Serializable]
public abstract class Business : BusinessBase

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: OleroTrainingBiz

Assembly: OleroTrainingBiz (in OleroTrainingBiz.dll)

See Also

Business Members | OleroTrainingBiz Namespace


0%;