Skip to main content

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.