SqlitePropertyAnnotations クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
を介して Sqlite(IMutableProperty)アクセスされる SQLite 固有の注釈のプロパティ。
public class SqlitePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalPropertyAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlitePropertyAnnotations
type SqlitePropertyAnnotations = class
inherit RelationalPropertyAnnotations
interface ISqlitePropertyAnnotations
interface IRelationalPropertyAnnotations
Public Class SqlitePropertyAnnotations
Inherits RelationalPropertyAnnotations
Implements ISqlitePropertyAnnotations
- 継承
- 実装
コンストラクター
SqlitePropertyAnnotations(IProperty) |
指定 IPropertyした の注釈のインスタンスを構築します。 |
SqlitePropertyAnnotations(RelationalAnnotations) |
指定された注釈ヘルパーによって表される の IProperty 注釈のインスタンスを構築します。 |
フィールド
ProviderFullAnnotationNames |
を介して Sqlite(IMutableProperty)アクセスされる SQLite 固有の注釈のプロパティ。 (継承元 RelationalPropertyAnnotations) |
プロパティ
Annotations |
RelationalAnnotations注釈を付ける をIProperty表すヘルパー。 (継承元 RelationalPropertyAnnotations) |
ColumnName |
プロパティがマップされる列の名前。 (継承元 RelationalPropertyAnnotations) |
ColumnType |
プロパティがマップされる列のデータベース型。 (継承元 RelationalPropertyAnnotations) |
ComputedColumnSql |
このプロパティの列を作成するときに使用する必要がある計算制約 SQL 式。 (継承元 RelationalPropertyAnnotations) |
DefaultValue |
このプロパティの列を作成するときに列の定義で使用する既定値。 (継承元 RelationalPropertyAnnotations) |
DefaultValueSql |
このプロパティの列を作成するときに使用する必要がある既定の制約 SQL 式。 (継承元 RelationalPropertyAnnotations) |
Dimension |
このプロパティの列を作成するときに使用するディメンションを取得または設定します。 |
IsFixedLength |
プロパティが文字列などの固定長データのみを格納できるかどうかを示すフラグ。 (継承元 RelationalPropertyAnnotations) |
Property |
IProperty注釈を付ける 。 (継承元 RelationalPropertyAnnotations) |
ShouldThrowOnConflict |
競合する構成が設定されている場合に例外をスローするかどうかを示します。 これは通常、fluent API を使用して最後の呼び出し優先セマンティクスを実装する場合にオーバーライドされます。 (継承元 RelationalPropertyAnnotations) |
ShouldThrowOnInvalidConfiguration |
無効な構成が設定されている場合に例外をスローするかどうかを示します。 (継承元 RelationalPropertyAnnotations) |
Srid |
このプロパティの列を作成するときに使用する SRID を取得または設定します。 |
メソッド
適用対象
Entity Framework