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。

适用于