Active Query Builder 2 .NET Edition reference
Nullable Property



Gets or sets the Nullable attribute of a field.
Syntax
'Declaration
 
Public Property Nullable As System.Boolean
'Usage
 
Dim instance As MetadataField
Dim value As System.Boolean
 
instance.Nullable = value
 
value = instance.Nullable
public System.bool Nullable {get; set;}
public: __property System.bool get_Nullable();
public: __property void set_Nullable( 
   System.bool value
);
See Also

Reference

MetadataField Class
MetadataField Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback