Keyword(s) to search:
Sort results by title
Keyword Index
AceQL.Client.Api Namespace
AceQLCommand Class
AceQLConnection Class
AceQLCredential Class
AceQLDataReader Class
AceQLDataReader Members
AceQLDataReader Methods
Close Method
Dispose Method
GetBoolean Method
GetByte Method
GetBytes Method
GetChar Method
GetChars Method
GetDataTypeName Method
GetDateTime Method
GetDecimal Method
GetDouble Method
GetFloat Method
GetInt16 Method
GetInt32 Method
GetInt64 Method
GetName Method
GetOrdinal Method
GetStreamAsync Method
GetString Method
GetValue Method
IsDBNull Method
Read Method
ReadAsync Method
AceQLDataReader Properties
AceQLException Class
AceQLNullType Enumeration
AceQLNullValue Class
AceQLParameter Class
AceQLParameterCollection Class
AceQLProgressIndicator Class
AceQLTransaction Class
CommandType Enumeration
ConnectionInfo Class
DatabaseInfo Class
HealthCheck Class
IsolationLevel Enumeration
LimitsInfo Class
ParameterDirection Enumeration
PasswordAuthentication Class
ServerMemoryInfo Class
AceQL.Client.Api.Metadata Namespace
CatalogAndSchema Class
Column Class
ExportedKey Class
ForeignKey Class
ImportedKey Class
Index Class
JdbcDatabaseMetaData Class
PrimaryKey Class
RemoteDatabaseMetaData Class
Table Class
AceQL.Client.Api.Metadata.Dto Namespace
HealthCheckInfoDto Class
AceQL HTTP C# Client SDK v7.8
AceQLDataReader
.
.
::
.
.
GetBytes Method
Gets the bytes.
Namespace:
AceQL.Client.Api
Assembly:
AceQL.Client
(in AceQL.Client.dll)
Syntax
C#
public
long
GetBytes
(
int
ordinal
,
long
dataOffset
,
byte
[]
buffer
,
int
bufferOffset
,
int
length
)
Parameters
ordinal
Type:
Int32
The ordinal.
dataOffset
Type:
Int64
The data offset.
buffer
Type:
array<
Byte
>
[]
()
[]
[]
The buffer.
bufferOffset
Type:
Int32
The buffer offset.
length
Type:
Int32
The length.
Return Value
System.Int64.
Exceptions
Exception
Condition
[System.NotSupportedException]
See Also
AceQLDataReader Class
AceQL.Client.Api Namespace