Indicates whether the column permits null values.


Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property AllowsNull As Nullable(Of Boolean)
C#
Nullable<bool> AllowsNull { get; }
C++
property Nullable<bool> AllowsNull abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_AllowsNull();
JScript
public function get AllowsNull() : Nullable<bool>

Remarks

See Also