DataProvider.Read Method
Indicates whether the object advances to the next row. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function Read As Boolean
'Usage
Dim instance As DataProvider
Dim returnValue As Boolean
returnValue = instance.Read()
public bool Read()
public:
virtual bool Read() sealed
abstract Read : unit -> bool
override Read : unit -> bool
public final function Read() : boolean
Return Value
Type: System.Boolean
true if the object advances to the next row; otherwise, false. The default is true.