Share via


MetaColumn.IsGenerated プロパティ

定義

データ フィールドの値がデータベースで自動的に生成されるかどうかを示す値を取得します。

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

プロパティ値

Boolean

データ フィールドがデータベースで自動的に生成される場合は true。それ以外の場合は false

適用対象