IStatement.GetCurrentDataReader 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.
Overloads
| GetCurrentDataReader() | |
| GetCurrentDataReader(Boolean) |
GetCurrentDataReader()
public:
System::Data::IDataReader ^ GetCurrentDataReader();
public System.Data.IDataReader GetCurrentDataReader ();
abstract member GetCurrentDataReader : unit -> System.Data.IDataReader
Public Function GetCurrentDataReader () As IDataReader
Returns
Applies to
GetCurrentDataReader(Boolean)
public:
System::Data::IDataReader ^ GetCurrentDataReader(bool creaeNewIfNotExist);
public System.Data.IDataReader GetCurrentDataReader (bool creaeNewIfNotExist);
abstract member GetCurrentDataReader : bool -> System.Data.IDataReader
Public Function GetCurrentDataReader (creaeNewIfNotExist As Boolean) As IDataReader
Parameters
- creaeNewIfNotExist
- Boolean