asp.net.ph

DbDataAdapter.GetFillParameters Method

System.Data.Common Namespace   DbDataAdapter Class


Returns the parameters set by the user when executing an SQL SELECT statement.

[ VB ]
MustOverride Public Function GetFillParameters ( ) As IDataParameter ( )

[ C# ]
public abstract IDataParameter [ ] GetFillParameters ( );

[ C++ ]
public: virtual IDataParameter* GetFillParameters ( ) [ ] = 0;

[ JScript ]
public abstract function GetFillParameters ( ) : IDataParameter [ ];

Return Value

An array of IDataParameter objects that contains the parameters set by the user.

See Also

DbDataAdapter Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph