Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回指定列的提供程序数据类型的名称。
Public Overrides Function GetDataTypeName( ByVal colID As Integer ) As String
public override string GetDataTypeName(int colID)
colID 列的 ID 号。值必须在 [0,ULDataReader.FieldCount-1] 范围内。游标中第一列的 ID 值为 0。
对应于列的 ULDbType 类型的字符串。
ULException 类 发生 SQL 错误。