Gets or sets the IDENTITY status.

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

Syntax

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

See Also