Generically returns the value of the specified parameter in a
generic IDbCommand object or any other object that implements that interface
public abstract object GetCommandParameterValue( string parameterName,
IDbCommand command );
Return Value
Parameter value
Parameters
parameterName
Parameter Name
command
Command Object
See also:
Class DataService