Class SqlReader
Reads data from SQL Server database.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DevZest.Data.SqlServer
Assembly: DevZest.Data.SqlServer.dll
Syntax
public sealed class SqlReader : DbReader, IDisposable
Properties
| Name | Description |
|---|---|
| SqlDataReader | Gets the SQL Server data reader. |
Methods
| Name | Description |
|---|---|
| GetChar(Int32) | Retrieves the value of the specified column as nullable System.Char. |
| GetDateTimeOffset(Int32) | Retrieves the value of the specified column as nullable System.DateTimeOffset. |
| GetDbDataReader() | |
| GetSqlXml(Int32) | Retrieves the value of the specified column as System.Data.SqlTypes.SqlXml. |
| GetTimeSpan(Int32) | Retrieves the value of the specified column as nullable System.TimeSpan. |