Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function FillFromReader ( _
dataTable As DataTable, _
dataReader As IDataReader _
) As Integer
'Usage
Dim instance As DataReaderAdapter
Dim dataTable As DataTable
Dim dataReader As IDataReader
Dim returnValue As Integer
returnValue = instance.FillFromReader(dataTable, _
dataReader)
public int FillFromReader(
DataTable dataTable,
IDataReader dataReader
)
Parameters
- dataTable
Type: System.Data.DataTable
- dataReader
Type: System.Data.IDataReader
Return Value
Type: System.Int32