Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.yml
2016-12-15 16:37:50 -08:00

2364 lines
99 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
commentId: T:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
id: ServiceBufferFileStreamReader
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
children:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor(System.IO.Stream)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose(System.Boolean)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString(System.Int64)
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan(System.Int64)
langs:
- csharp
- vb
name: ServiceBufferFileStreamReader
nameWithType: ServiceBufferFileStreamReader
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
type: Class
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ServiceBufferFileStreamReader
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 17
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReader for service buffer formatted file streams\n"
example: []
syntax:
content: 'public class ServiceBufferFileStreamReader : IFileStreamReader, IDisposable'
content.vb: >-
Public Class ServiceBufferFileStreamReader
Implements IFileStreamReader, IDisposable
inheritance:
- System.Object
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
- System.IDisposable
inheritedMembers:
- 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)
- System.Object.ToString
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor(System.IO.Stream)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor(System.IO.Stream)
id: '#ctor(System.IO.Stream)'
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ServiceBufferFileStreamReader(Stream)
nameWithType: ServiceBufferFileStreamReader.ServiceBufferFileStreamReader(Stream)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ServiceBufferFileStreamReader(System.IO.Stream)
type: Constructor
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: .ctor
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 35
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nConstructs a new ServiceBufferFileStreamReader and initializes its state\n"
example: []
syntax:
content: public ServiceBufferFileStreamReader(Stream stream)
content.vb: Public Sub New(stream As Stream)
parameters:
- id: stream
type: System.IO.Stream
description: The filestream to read from
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
id: ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadRow(Int64, IEnumerable<DbColumnWrapper>)
nameWithType: ServiceBufferFileStreamReader.ReadRow(Int64, IEnumerable<DbColumnWrapper>)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow(System.Int64, System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper>)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadRow
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 90
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a row from the file, based on the columns provided\n"
example: []
syntax:
content: public IList<DbCellValue> ReadRow(long fileOffset, IEnumerable<DbColumnWrapper> columns)
content.vb: Public Function ReadRow(fileOffset As Long, columns As IEnumerable(Of DbColumnWrapper)) As IList(Of DbCellValue)
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file where the row starts
- id: columns
type: System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper}
description: The columns that were encoded
return:
type: System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue}
description: The objects from the row, ready for output to the client
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
nameWithType.vb: ServiceBufferFileStreamReader.ReadRow(Int64, IEnumerable(Of DbColumnWrapper))
modifiers.csharp:
- public
modifiers.vb:
- Public
fullName.vb: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow(System.Int64, System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper))
name.vb: ReadRow(Int64, IEnumerable(Of DbColumnWrapper))
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16(System.Int64)
id: ReadInt16(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadInt16(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadInt16(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadInt16
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 150
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a short from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadInt16(long fileOffset)
content.vb: Public Function ReadInt16(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the short from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A short
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32(System.Int64)
id: ReadInt32(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadInt32(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadInt32(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadInt32
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 160
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a int from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadInt32(long fileOffset)
content.vb: Public Function ReadInt32(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the int from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: An int
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64(System.Int64)
id: ReadInt64(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadInt64(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadInt64(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadInt64
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 170
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a long from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadInt64(long fileOffset)
content.vb: Public Function ReadInt64(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the long from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A long
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte(System.Int64)
id: ReadByte(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadByte(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadByte(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadByte
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 180
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a byte from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadByte(long fileOffset)
content.vb: Public Function ReadByte(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the byte from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A byte
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar(System.Int64)
id: ReadChar(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadChar(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadChar(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadChar
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 190
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a char from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadChar(long fileOffset)
content.vb: Public Function ReadChar(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the char from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A char
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean(System.Int64)
id: ReadBoolean(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadBoolean(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadBoolean(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadBoolean
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 200
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a bool from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadBoolean(long fileOffset)
content.vb: Public Function ReadBoolean(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the bool from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A bool
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle(System.Int64)
id: ReadSingle(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadSingle(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadSingle(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadSingle
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 210
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a single from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadSingle(long fileOffset)
content.vb: Public Function ReadSingle(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the single from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A single
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble(System.Int64)
id: ReadDouble(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadDouble(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadDouble(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadDouble
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 220
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a double from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadDouble(long fileOffset)
content.vb: Public Function ReadDouble(fileOffset As Long) As FileStreamReadResult
parameters:
- id: fileOffset
type: System.Int64
description: Offset into the file to read the double from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A double
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal(System.Int64)
id: ReadSqlDecimal(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadSqlDecimal(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadSqlDecimal(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadSqlDecimal
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 230
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a SqlDecimal from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadSqlDecimal(long offset)
content.vb: Public Function ReadSqlDecimal(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the SqlDecimal from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A SqlDecimal
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal(System.Int64)
id: ReadDecimal(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadDecimal(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadDecimal(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadDecimal
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 245
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a decimal from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadDecimal(long offset)
content.vb: Public Function ReadDecimal(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the decimal from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A decimal
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime(System.Int64)
id: ReadDateTime(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadDateTime(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadDateTime(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadDateTime
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 260
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a DateTime from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadDateTime(long offset)
content.vb: Public Function ReadDateTime(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the DateTime from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A DateTime
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset(System.Int64)
id: ReadDateTimeOffset(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadDateTimeOffset(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadDateTimeOffset(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadDateTimeOffset
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 289
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a DateTimeOffset from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadDateTimeOffset(long offset)
content.vb: Public Function ReadDateTimeOffset(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the DateTimeOffset from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A DateTimeOffset
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan(System.Int64)
id: ReadTimeSpan(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadTimeSpan(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadTimeSpan(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadTimeSpan
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 305
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a TimeSpan from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadTimeSpan(long offset)
content.vb: Public Function ReadTimeSpan(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the TimeSpan from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A TimeSpan
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString(System.Int64)
id: ReadString(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadString(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadString(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadString
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 319
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a string from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadString(long offset)
content.vb: Public Function ReadString(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the string from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A string
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes(System.Int64)
id: ReadBytes(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadBytes(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadBytes(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadBytes
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 332
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads bytes from the file at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadBytes(long offset)
content.vb: Public Function ReadBytes(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the bytes from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A byte array
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid(System.Int64)
id: ReadGuid(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadGuid(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadGuid(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadGuid
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 356
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads the bytes that make up a GUID at the offset provided\n"
example: []
syntax:
content: public FileStreamReadResult ReadGuid(long offset)
content.vb: Public Function ReadGuid(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: Offset into the file to read the bytes from
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A guid type object
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney(System.Int64)
id: ReadMoney(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: ReadMoney(Int64)
nameWithType: ServiceBufferFileStreamReader.ReadMoney(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney(System.Int64)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ReadMoney
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 372
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
summary: "\nReads a SqlMoney type from the offset provided\ninto a \n"
example: []
syntax:
content: public FileStreamReadResult ReadMoney(long offset)
content.vb: Public Function ReadMoney(offset As Long) As FileStreamReadResult
parameters:
- id: offset
type: System.Int64
description: ''
return:
type: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
description: A sql money type object
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney*
implements:
- Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose
id: Dispose
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: Dispose()
nameWithType: ServiceBufferFileStreamReader.Dispose()
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose()
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Dispose
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 492
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
syntax:
content: public void Dispose()
content.vb: Public Sub Dispose
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose*
implements:
- System.IDisposable.Dispose
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose(System.Boolean)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose(System.Boolean)
id: Dispose(System.Boolean)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: Dispose(Boolean)
nameWithType: ServiceBufferFileStreamReader.Dispose(Boolean)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose(System.Boolean)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Dispose
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 498
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
syntax:
content: protected virtual void Dispose(bool disposing)
content.vb: Protected Overridable Sub Dispose(disposing As Boolean)
parameters:
- id: disposing
type: System.Boolean
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose*
modifiers.csharp:
- protected
- virtual
modifiers.vb:
- Protected
- Overridable
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize
id: Finalize
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader
langs:
- csharp
- vb
name: Finalize()
nameWithType: ServiceBufferFileStreamReader.Finalize()
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize()
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: Finalize
path: ../src/Microsoft.SqlTools.ServiceLayer/QueryExecution/DataStorage/ServiceBufferFileStreamReader.cs
startLine: 513
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
syntax:
content: protected void Finalize()
content.vb: Protected Sub Finalize
overload: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize*
modifiers.csharp:
- protected
modifiers.vb:
- Protected
references:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
commentId: N:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
nameWithType: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
commentId: T:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
isExternal: false
name: IFileStreamReader
nameWithType: IFileStreamReader
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
- uid: System.IDisposable
commentId: T:System.IDisposable
parent: System
isExternal: true
name: IDisposable
nameWithType: IDisposable
fullName: System.IDisposable
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: false
name: System
nameWithType: System
fullName: System
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.#ctor
isExternal: false
name: ServiceBufferFileStreamReader
nameWithType: ServiceBufferFileStreamReader.ServiceBufferFileStreamReader
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ServiceBufferFileStreamReader
- uid: System.IO.Stream
commentId: T:System.IO.Stream
parent: System.IO
isExternal: true
name: Stream
nameWithType: Stream
fullName: System.IO.Stream
- uid: System.IO
commentId: N:System.IO
isExternal: false
name: System.IO
nameWithType: System.IO
fullName: System.IO
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow
isExternal: false
name: ReadRow
nameWithType: ServiceBufferFileStreamReader.ReadRow
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadRow
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadRow(Int64, IEnumerable<DbColumnWrapper>)
nameWithType: IFileStreamReader.ReadRow(Int64, IEnumerable<DbColumnWrapper>)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64, System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper>)
nameWithType.vb: IFileStreamReader.ReadRow(Int64, IEnumerable(Of DbColumnWrapper))
fullname.vb: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64, System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper))
name.vb: ReadRow(Int64, IEnumerable(Of DbColumnWrapper))
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
name: ReadRow
nameWithType: IFileStreamReader.ReadRow
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
name: DbColumnWrapper
nameWithType: DbColumnWrapper
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow(System.Int64,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper})
name: ReadRow
nameWithType: IFileStreamReader.ReadRow
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadRow
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
name: DbColumnWrapper
nameWithType: DbColumnWrapper
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Int64
commentId: T:System.Int64
parent: System
isExternal: true
name: Int64
nameWithType: Int64
fullName: System.Int64
- uid: System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper}
commentId: T:System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<DbColumnWrapper>
nameWithType: IEnumerable<DbColumnWrapper>
fullName: System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper>
nameWithType.vb: IEnumerable(Of DbColumnWrapper)
fullname.vb: System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper)
name.vb: IEnumerable(Of DbColumnWrapper)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
name: DbColumnWrapper
nameWithType: DbColumnWrapper
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
name: DbColumnWrapper
nameWithType: DbColumnWrapper
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbColumnWrapper
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue}
commentId: T:System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue}
parent: System.Collections.Generic
definition: System.Collections.Generic.IList`1
name: IList<DbCellValue>
nameWithType: IList<DbCellValue>
fullName: System.Collections.Generic.IList<Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue>
nameWithType.vb: IList(Of DbCellValue)
fullname.vb: System.Collections.Generic.IList(Of Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue)
name.vb: IList(Of DbCellValue)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
nameWithType: IList
fullName: System.Collections.Generic.IList
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue
name: DbCellValue
nameWithType: DbCellValue
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
nameWithType: IList
fullName: System.Collections.Generic.IList
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue
name: DbCellValue
nameWithType: DbCellValue
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.Contracts.DbCellValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullname.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: false
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: System.Collections.Generic.IList`1
commentId: T:System.Collections.Generic.IList`1
isExternal: true
name: IList<T>
nameWithType: IList<T>
fullName: System.Collections.Generic.IList<T>
nameWithType.vb: IList(Of T)
fullname.vb: System.Collections.Generic.IList(Of T)
name.vb: IList(Of T)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
nameWithType: IList
fullName: System.Collections.Generic.IList
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
nameWithType: IList
fullName: System.Collections.Generic.IList
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16
isExternal: false
name: ReadInt16
nameWithType: ServiceBufferFileStreamReader.ReadInt16
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt16
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadInt16(Int64)
nameWithType: IFileStreamReader.ReadInt16(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
name: ReadInt16
nameWithType: IFileStreamReader.ReadInt16
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16(System.Int64)
name: ReadInt16
nameWithType: IFileStreamReader.ReadInt16
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt16
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
commentId: T:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage
isExternal: false
name: FileStreamReadResult
nameWithType: FileStreamReadResult
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.FileStreamReadResult
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32
isExternal: false
name: ReadInt32
nameWithType: ServiceBufferFileStreamReader.ReadInt32
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt32
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadInt32(Int64)
nameWithType: IFileStreamReader.ReadInt32(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
name: ReadInt32
nameWithType: IFileStreamReader.ReadInt32
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32(System.Int64)
name: ReadInt32
nameWithType: IFileStreamReader.ReadInt32
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt32
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64
isExternal: false
name: ReadInt64
nameWithType: ServiceBufferFileStreamReader.ReadInt64
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadInt64
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadInt64(Int64)
nameWithType: IFileStreamReader.ReadInt64(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
name: ReadInt64
nameWithType: IFileStreamReader.ReadInt64
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64(System.Int64)
name: ReadInt64
nameWithType: IFileStreamReader.ReadInt64
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadInt64
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte
isExternal: false
name: ReadByte
nameWithType: ServiceBufferFileStreamReader.ReadByte
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadByte
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadByte(Int64)
nameWithType: IFileStreamReader.ReadByte(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
name: ReadByte
nameWithType: IFileStreamReader.ReadByte
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte(System.Int64)
name: ReadByte
nameWithType: IFileStreamReader.ReadByte
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadByte
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar
isExternal: false
name: ReadChar
nameWithType: ServiceBufferFileStreamReader.ReadChar
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadChar
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadChar(Int64)
nameWithType: IFileStreamReader.ReadChar(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
name: ReadChar
nameWithType: IFileStreamReader.ReadChar
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar(System.Int64)
name: ReadChar
nameWithType: IFileStreamReader.ReadChar
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadChar
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean
isExternal: false
name: ReadBoolean
nameWithType: ServiceBufferFileStreamReader.ReadBoolean
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBoolean
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadBoolean(Int64)
nameWithType: IFileStreamReader.ReadBoolean(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
name: ReadBoolean
nameWithType: IFileStreamReader.ReadBoolean
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean(System.Int64)
name: ReadBoolean
nameWithType: IFileStreamReader.ReadBoolean
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBoolean
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle
isExternal: false
name: ReadSingle
nameWithType: ServiceBufferFileStreamReader.ReadSingle
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSingle
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadSingle(Int64)
nameWithType: IFileStreamReader.ReadSingle(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
name: ReadSingle
nameWithType: IFileStreamReader.ReadSingle
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle(System.Int64)
name: ReadSingle
nameWithType: IFileStreamReader.ReadSingle
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSingle
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble
isExternal: false
name: ReadDouble
nameWithType: ServiceBufferFileStreamReader.ReadDouble
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDouble
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadDouble(Int64)
nameWithType: IFileStreamReader.ReadDouble(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
name: ReadDouble
nameWithType: IFileStreamReader.ReadDouble
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble(System.Int64)
name: ReadDouble
nameWithType: IFileStreamReader.ReadDouble
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDouble
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal
isExternal: false
name: ReadSqlDecimal
nameWithType: ServiceBufferFileStreamReader.ReadSqlDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadSqlDecimal
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadSqlDecimal(Int64)
nameWithType: IFileStreamReader.ReadSqlDecimal(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
name: ReadSqlDecimal
nameWithType: IFileStreamReader.ReadSqlDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal(System.Int64)
name: ReadSqlDecimal
nameWithType: IFileStreamReader.ReadSqlDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadSqlDecimal
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal
isExternal: false
name: ReadDecimal
nameWithType: ServiceBufferFileStreamReader.ReadDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDecimal
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadDecimal(Int64)
nameWithType: IFileStreamReader.ReadDecimal(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
name: ReadDecimal
nameWithType: IFileStreamReader.ReadDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal(System.Int64)
name: ReadDecimal
nameWithType: IFileStreamReader.ReadDecimal
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDecimal
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime
isExternal: false
name: ReadDateTime
nameWithType: ServiceBufferFileStreamReader.ReadDateTime
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTime
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadDateTime(Int64)
nameWithType: IFileStreamReader.ReadDateTime(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
name: ReadDateTime
nameWithType: IFileStreamReader.ReadDateTime
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime(System.Int64)
name: ReadDateTime
nameWithType: IFileStreamReader.ReadDateTime
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTime
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset
isExternal: false
name: ReadDateTimeOffset
nameWithType: ServiceBufferFileStreamReader.ReadDateTimeOffset
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadDateTimeOffset
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadDateTimeOffset(Int64)
nameWithType: IFileStreamReader.ReadDateTimeOffset(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
name: ReadDateTimeOffset
nameWithType: IFileStreamReader.ReadDateTimeOffset
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset(System.Int64)
name: ReadDateTimeOffset
nameWithType: IFileStreamReader.ReadDateTimeOffset
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadDateTimeOffset
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan
isExternal: false
name: ReadTimeSpan
nameWithType: ServiceBufferFileStreamReader.ReadTimeSpan
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadTimeSpan
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadTimeSpan(Int64)
nameWithType: IFileStreamReader.ReadTimeSpan(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
name: ReadTimeSpan
nameWithType: IFileStreamReader.ReadTimeSpan
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan(System.Int64)
name: ReadTimeSpan
nameWithType: IFileStreamReader.ReadTimeSpan
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadTimeSpan
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString
isExternal: false
name: ReadString
nameWithType: ServiceBufferFileStreamReader.ReadString
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadString
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadString(Int64)
nameWithType: IFileStreamReader.ReadString(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
name: ReadString
nameWithType: IFileStreamReader.ReadString
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString(System.Int64)
name: ReadString
nameWithType: IFileStreamReader.ReadString
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadString
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes
isExternal: false
name: ReadBytes
nameWithType: ServiceBufferFileStreamReader.ReadBytes
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadBytes
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadBytes(Int64)
nameWithType: IFileStreamReader.ReadBytes(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
name: ReadBytes
nameWithType: IFileStreamReader.ReadBytes
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes(System.Int64)
name: ReadBytes
nameWithType: IFileStreamReader.ReadBytes
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadBytes
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid
isExternal: false
name: ReadGuid
nameWithType: ServiceBufferFileStreamReader.ReadGuid
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadGuid
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadGuid(Int64)
nameWithType: IFileStreamReader.ReadGuid(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
name: ReadGuid
nameWithType: IFileStreamReader.ReadGuid
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid(System.Int64)
name: ReadGuid
nameWithType: IFileStreamReader.ReadGuid
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadGuid
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney
isExternal: false
name: ReadMoney
nameWithType: ServiceBufferFileStreamReader.ReadMoney
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.ReadMoney
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
commentId: M:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
parent: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader
isExternal: true
name: ReadMoney(Int64)
nameWithType: IFileStreamReader.ReadMoney(Int64)
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
spec.csharp:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
name: ReadMoney
nameWithType: IFileStreamReader.ReadMoney
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney(System.Int64)
name: ReadMoney
nameWithType: IFileStreamReader.ReadMoney
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.IFileStreamReader.ReadMoney
- name: (
nameWithType: (
fullName: (
- uid: System.Int64
name: Int64
nameWithType: Int64
fullName: System.Int64
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose
isExternal: false
name: Dispose
nameWithType: ServiceBufferFileStreamReader.Dispose
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Dispose
- uid: System.IDisposable.Dispose
commentId: M:System.IDisposable.Dispose
parent: System.IDisposable
isExternal: true
name: Dispose()
nameWithType: IDisposable.Dispose()
fullName: System.IDisposable.Dispose()
spec.csharp:
- uid: System.IDisposable.Dispose
name: Dispose
nameWithType: IDisposable.Dispose
fullName: System.IDisposable.Dispose
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.IDisposable.Dispose
name: Dispose
nameWithType: IDisposable.Dispose
fullName: System.IDisposable.Dispose
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize
isExternal: false
name: Finalize
nameWithType: ServiceBufferFileStreamReader.Finalize
fullName: Microsoft.SqlTools.ServiceLayer.QueryExecution.DataStorage.ServiceBufferFileStreamReader.Finalize