inline bool CRBase::Writable(ULONG nCol);
Return Value
true if a column can be updateable; otherwise false.
Parameter
[in] nCol:
A value indicating the column ordinal.
Remark
Checks if a rowset column can be updateable from a consumer. This function is especially useful to quickly but loosely check if a column is auto number because the auto number column is not writable.