Max length for string or binary members
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public int MaxLength { get; private set; } |
Visual Basic |
---|
Public Property MaxLength As Integer
Get
Private Set |
Visual C++ |
---|
public:
property int MaxLength {
int get ();
private: void set (int value);
} |
See Also