Gets or sets the fixed length status of the column.

Namespace:  Primeworks.Data
Assembly:  Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll) Version: 1.9.2590.54

Syntax

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

Remarks

Columns with IsFixedLength = true are nchar or binary.

See Also