Indicates if a member is nullable or not
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public bool Nullable { get; private set; } |
Visual Basic |
---|
Public Property Nullable As Boolean
Get
Private Set |
Visual C++ |
---|
public:
property bool Nullable {
bool get ();
private: void set (bool value);
} |
See Also