SqlObjectBase.FillData 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.
n queries to prepare and the last one to fill the data
protected virtual object FillData (Microsoft.SqlServer.Management.Sdk.Sfc.ResultType resultType, System.Collections.Specialized.StringCollection sql, object connectionInfo, Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder sb);
abstract member FillData : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType * System.Collections.Specialized.StringCollection * obj * Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder -> obj
override this.FillData : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType * System.Collections.Specialized.StringCollection * obj * Microsoft.SqlServer.Management.Sdk.Sfc.StatementBuilder -> obj
Protected Overridable Function FillData (resultType As ResultType, sql As StringCollection, connectionInfo As Object, sb As StatementBuilder) As Object
Parameters
- resultType
- ResultType
- sql
- StringCollection
- connectionInfo
- Object