MetaColumn.IsGenerated Property

Definition

Gets a value that indicates whether the data field value is automatically generated in the database.

public:
 property bool IsGenerated { bool get(); };
public bool IsGenerated { get; }
member this.IsGenerated : bool
Public ReadOnly Property IsGenerated As Boolean

Property Value

true if the data field value is automatically generated in the database; otherwise, false.

Applies to