Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Gets the default value for the column if it exists.
public virtual const char * GetColumnDefault(ul_column_num cid)
cid A 1-based ordinal column number.
The default value. An empty string is returned if the column has no default value. This value points to a static buffer whose contents may be changed by any subsequent UltraLite call, so make a copy of the value if you need to retain it.