Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
如果列是指定大小的列(SQL 类型 BINARY 或 CHAR),则返回由指定的列 ID 标识的列的大小。
Public Function GetColumnSize(ByVal columnID As Integer) As Integer
public int GetColumnSize(int columnID)
columnID 列的 ID。值必须在 [0,ColumnCount-1] 范围内。
指定大小的列的大小。
ULException 类 发生 SQL 错误。