Gets or sets a value that determines if this column is long (a BLOB).

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

Syntax

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

See Also