QuickObjects.DBLibrary Send comments on this topic.
GetNewParameterInstance Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : GetNewParameterInstance Method

GetNewParameterInstance

Returns a new instance of parameter object that is suitable to be used with the currently selected DatabaseType.


		IDataParameter param =
        databaseObjectSQL.GetNewParameterInstance();
		param.Name = "myParamName";
	

Syntax

C# 
public IDataParameter GetNewParameterInstance()

Requirements

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

See Also