Fixed length string or binary member

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public bool FixedLength { get; set; }
Visual Basic
Public Property FixedLength As Boolean
	Get
	Set
Visual C++
public:
property bool FixedLength {
	bool get ();
	void set (bool value);
}

See Also