QuickObjects.ObjectBase Send comments on this topic.
GetSqlParamName Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IField Interface : GetSqlParamName Method
includeTableName
prefix
count
GetSqlParamName returns the name that can be used for the parameters passed into a query. A count of parameters is passed and is used to ensure that the parameter name is unique.

Syntax

C# 
virtual string GetSqlParamName( 
   bool includeTableName,
   string prefix,
   int count
)

Parameters

includeTableName
prefix
count

Requirements

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

See Also