Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回指定列的缺省值。
Public Function GetColumnDefaultValue( ByVal columnID As Integer ) As String
public string GetColumnDefaultValue(int columnID)
columnID 列的 ID 号。值必须在 [0,ULCursorSchema.ColumnCount-1] 范围内。表中第一列的 ID 值为 0。
字符串形式的指定列的缺省值;如果缺省值为空,则为空值引用(Visual Basic 中是 Nothing)。
ULException 类 发生 SQL 错误。