IDataRecord.IsDBNull
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.35.
Advances the data reader to the next result, when reading the results of batch SQL statements.
Syntax: Visual Basic
NotOverridable Public Function NextResult() As Boolean _
_
Implements IDataReader.NextResult
Syntax: C#
public bool NextResult();
Return Value
Implements
IDataReader.NextResult
See Also
MySqlDataReader
20.2.7.1.4.1.13.1.1.1.36.
Advances the MySqlDataReader to the next record.
Syntax: Visual Basic
NotOverridable Public Function Read() As Boolean _
_
Implements IDataReader.Read
Syntax: C#
public bool Read();
Return Value
Implements
IDataReader.Read
See Also
MySqlDataReader
20.2.7.1.4.1.13.2.
MySqlCommand.ExecuteReader
Syntax: Visual Basic
Overloads Public Function ExecuteReader( _
ByVal behavior As CommandBehavior _
) As MySqlDataReader
Syntax: C#
public MySqlDataReader ExecuteReader(
CommandBehaviorbehavior
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.NextResult
Class,
MySql.Data.MySqlClient Namespace
MySqlDataReader.Read
Class,
MySql.Data.MySqlClient Namespace
Method
Method
Method
2005
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers