KREDOR Business Object Framework Documentation

SchemaAttribute Constructor 

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

public SchemaAttribute(
   String name
);

Parameters

String
Then name to use instead of the class name when probing the database for matching tables or stored procedures.

Remarks

Takes precedence over the NamingConventionsAttribute.

Exceptions

Exception Type Condition
ArgumentException  
ArgumentNullException  

See Also

SchemaAttribute Class | Kredor.BO Namespace