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 Identity { get; set; }
Visual Basic (Declaration)
Public Property Identity As Boolean
Visual C++
public:
property bool Identity {
	bool get ();
	void set (bool value);
}

Remarks

Deprecated - use IsIdentity.

See Also