Back to Devexpress

SqlDataSource.Fill Method

corelibraries-devexpress-dot-dataaccess-dot-sql-dot-sqldatasource-dot-fill.md

latest1.1 KB
Original Source

SqlDataSource.Fill Method

NameParametersDescription
Fill()noneValidates and executes all valid queries available in the SqlDataSource.Queries collection.
Fill(IEnumerable<IParameter>, String[])sourceParameters, queriesToFillValidates and executes the specified queries with the required parameters.
Fill(IEnumerable<IParameter>)sourceParametersValidates and executes all valid queries available in the SqlDataSource.Queries collection with the specified parameters.
Fill(String[])queriesToFillValidates and executes the specified queries.