KREDOR Business Object Framework Documentation

Database.ToBaseClass Method 

Returns a default C# base class from which all business classes bound to this database should derive.

public string ToBaseClass(
   String template
);

Parameters

String
A template C# class.

Return Value

Remarks

Used by the BO class generator wizard intergrated with Visual Studio.

Exceptions

Exception Type Condition
ArgumentNullException  
BOException  

See Also

Database Class | Kredor.BO.MetaTypes Namespace