AmoDataReader.GetDataTypeName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type name for the specified index.
public string GetDataTypeName (int index);
abstract member GetDataTypeName : int -> string
override this.GetDataTypeName : int -> string
Public Function GetDataTypeName (index As Integer) As String
Parameters
- index
- Int32
The specified index.
Returns
The data type name for the specified index.