QuickObjects.ObjectBase Send comments on this topic.
GetSqlParamName_Orig Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : GetSqlParamName_Orig Method

GetSqlParamName

It returns a value that represents a parameter name appropriate for the selected database type. In normal situations it is needed to call this method as all the parameter handeling is done by business objects.

Parameters:
Description
includeTableNameThis indicates wheather the table name wil be prefixed to the column name..

Returns:
Type
System.String

Overload List

OverloadDescription
GetSqlParamName_Orig(Boolean)GetSqlParamName

It returns a value that represents a parameter name appropriate for the selected database type. In normal situations it is needed to call this method as all the parameter handeling is done by business objects.

Parameters:
Description
includeTableNameThis indicates wheather the table name wil be prefixed to the column name..

Returns:
Type
System.String
 

GetSqlParamName_Orig(Boolean,String)GetSqlParamName

It returns a value that represents a parameter name appropriate for the selected database type. In normal situations it is needed to call this method as all the parameter handeling is done by business objects.

Parameters:
Description
includeTableNameThis indicates wheather the table name wil be prefixed to the column name.
prefixValue will be prefixed with the parameter name.

Returns:
Type
System.String
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also