Microsoft SDK for Java

Column.getWriteAllowed

Retrieves a boolean value indicating whether the underlying field supports write operations.

Syntax

public boolean getWriteAllowed()

Return Value

Returns true if the underlying field can be written to; otherwise, returns false. If it cannot be determined whether the field can be written to, true is returned.

See Also   getReadOnly

© 1999 Microsoft Corporation. All rights reserved. Terms of use.