共用方式為


SqlitePropertyAnnotations.SetSrid(Nullable<Int32>) 方法

定義

設定建立此屬性的資料行時要使用的 SRID。

protected virtual bool SetSrid (int? value);
abstract member SetSrid : Nullable<int> -> bool
override this.SetSrid : Nullable<int> -> bool
Protected Overridable Function SetSrid (value As Nullable(Of Integer)) As Boolean

參數

value
Nullable<Int32>

SRID。

傳回

如果已設定批註,則為 true;否則為 false。

適用於