Retrieves parameter information from the stored procedure specified in the OleDbCommand and populates the Parameters collection of the specified OleDbCommand object.
Public Shared Sub DeriveParameters ( _ command As OleDbCommand _ )
Dim command As OleDbCommand OleDbCommandBuilder.DeriveParameters(command)
public static void DeriveParameters( OleDbCommand command )
public: static void DeriveParameters( OleDbCommand^ command )
public static function DeriveParameters( command : OleDbCommand )
The underlying OLE DB provider does not support returning stored procedure parameter information, the command text is not a valid stored procedure name, or the CommandType specified was not StoredProcedure.
DeriveParameters overwrites any existing parameter information for the OleDbCommand.
DeriveParameters requires an additional call to the data source to obtain the information. If the parameter information is known in advance, it is more efficient to populate the parameters collection by setting the information explicitly.
You can only use DeriveParameters with stored procedures. You cannot use DeriveParameters to populate the OleDbParameterCollection with arbitrary Transact-SQL statements, such as a parameterized SELECT statement.
For more information, see Configuring Parameters and Parameter Data Types (ADO.NET).
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98