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>

The SRID.

반환

주석이 설정된 경우 true입니다. 그렇지 않으면 false입니다.

적용 대상