Generates the header of the datafunction.
Should be used with conjunction of addParameterToHeader
[Visual Basic]
Protected Function GenerateHeader( _
ByVal functionName As String, _
ByVal author As String, _
ByVal comment As String _
) As String
[C#]
protected string GenerateHeader(
string functionName,
string author,
string comment
);
Parameters
functionName
the name of Data Tier function
author
Author
comment
Comment
Return Value
A string containg a formatted header.System.Data.DataSet
See Also
GeneralDataClass Class | GeneralDataClass Members | Magnusson.Data.SqlAutomation Namespace