DbNetSuiteVS
ParameterName Method (Key)
NamespacesDbNetLink.DataDbNetDataParameterName(String)
Returns then corresponding database parameter name for the supplied token
Declaration Syntax
C#Visual Basic
public string ParameterName(
	string Key
)
Public Function ParameterName ( _
	Key As String _
) As String
Parameters
Key (String)

The unformatted name of the parameter e.g. "userid"

Return Value
The qualified parameter name. For example for an MS SQL Server connection the key "userid" would be returned as "@userid".

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)