DataAdapter.GetFillParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parameters set by the user when executing an SQL SELECT statement.
public:
virtual cli::array <System::Data::IDataParameter ^> ^ GetFillParameters();
public:
abstract cli::array <System::Data::IDataParameter ^> ^ GetFillParameters();
public virtual System.Data.IDataParameter[] GetFillParameters ();
public abstract System.Data.IDataParameter[] GetFillParameters ();
abstract member GetFillParameters : unit -> System.Data.IDataParameter[]
override this.GetFillParameters : unit -> System.Data.IDataParameter[]
abstract member GetFillParameters : unit -> System.Data.IDataParameter[]
Public Overridable Function GetFillParameters () As IDataParameter()
Public MustOverride Function GetFillParameters () As IDataParameter()
Returns
An array of IDataParameter objects that contains the parameters set by the user.
Implements
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.