KREDOR Business Object Framework Documentation

SysTable.ToVbClass Method 

Returns a default VB.Net business class bound to this table.

public string ToVbClass(
   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

SysTable Class | Kredor.BO.MetaTypes Namespace