asp.net.ph

DataAdapter.GetFillParameters Method

System.Data.Common Namespace   DataAdapter 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

DataAdapter Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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