KREDOR Business Object Framework Documentation

SchemaAttribute Class

Specifies the name to use instead of the class name when probing the database for matching table or stored procedures.

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

System.Object
   Attribute
      SchemaAttribute

public class SchemaAttribute : 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.

Example

This sample demonstrates the use of SchemaAttribute to indicate that the class 'Client' is bound to the view or table Customers.

[Schema("Customers")]
public class Client : DbCompany1
{
    ...        
}

Requirements

Namespace: Kredor.BO

Assembly: KREDOR.BOFramework (in KREDOR.BOFramework.dll)

See Also

SchemaAttribute Members | Kredor.BO Namespace