Generates the top of the class including Class topusingnamespace definition

[Visual Basic]
Public Function GenerateClassTop( _
   ByVal namespaceString As String _
) As String
[C#]
public string GenerateClassTop(
   string namespaceString
);

Parameters

namespaceString

The name of the namespace.

Return Value

A formatted string

See Also

DataClass Class | DataClass Members | Magnusson.Data.SqlAutomation Namespace