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
.
.
::
.
.
GetDataTypeName Method
Gets the name of the data type.
Namespace:
AceQL.Client.Api
Assembly:
AceQL.Client
(in AceQL.Client.dll)
Syntax
C#
public
string
GetDataTypeName
(
int
ordinal
)
Parameters
ordinal
Type:
Int32
The ordinal.
Return Value
System.String.
Exceptions
Exception
Condition
[System.NotSupportedException]
See Also
AceQLDataReader Class
AceQL.Client.Api Namespace