TableReader.HasIdentity Property

Gets or sets a value that indicates whether the table has at least one identity column.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Common
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property HasIdentity As Boolean
    Get
    Friend Set
'Usage
Dim instance As TableReader
Dim value As Boolean

value = instance.HasIdentity
public bool HasIdentity { get; internal set; }
public:
property bool HasIdentity {
    bool get ();
    internal: void set (bool value);
}
member HasIdentity : bool with get, internal set
function get HasIdentity () : boolean
internal function set HasIdentity (value : boolean)

Property Value

Type: System.Boolean
True if the table has at least one identity column; otherwise, false.

See Also

Reference

TableReader Class

Microsoft.SqlServerCe.Management.Scripting.Common Namespace