Generator.Nullable Property
Gets or sets a value that indicates whether this column can be set to nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.Nullable, Visible := False)> _
Public Property Nullable As Boolean
[InputAttribute(AutoAssignedInput = AutoAssignedInput.Nullable, Visible = false)]
public bool Nullable { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::Nullable, Visible = false)]
public:
property bool Nullable {
bool get ();
void set (bool value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.Nullable, Visible = false)>]
member Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
Property Value
Type: System.Boolean
true if this column can be set to nulla null reference (Nothing in Visual Basic); otherwise, false.
Remarks
This property is decorated with the InputAttribute and the AutoAssignedInput named parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.