dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataReader Class

SqlDataReader Class Properties

For a list of all members of this type, see SqlDataReader members.

Public Properties
 NameDescription
Public PropertyOverridden. Gets a value that indicates the depth of nesting for the current row.  
Public PropertyOverridden. Indicates whether the SqlDataReader has been read completely.  
Public PropertyOverridden. Gets the number of columns in the current row.  
Public PropertyOverridden. Gets a value indicating whether the SqlDataReader contains one or more rows.  
Public PropertyOverridden. Gets a value that indicates whether the SqlDataReader instance has been closed.  
Public PropertyOverloaded. Gets the value of the specified column in its native format given the column name. (Inherited from Devart.Common.DbDataReaderBase)
Public PropertyOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Public PropertyOverridden.   
Top
See Also