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