Share via


SqlitePropertyAnnotations.SetSrid(Nullable<Int32>) Method

Definition

Sets the SRID to use when creating a column for this property.

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

Parameters

value
Nullable<Int32>

The SRID.

Returns

true if the annotation was set; otherwise, false.

Applies to