RelationalPropertyAnnotations.SetColumnType(String) Method

Definition

Attempts to set the ColumnType using the semantics of the RelationalAnnotations in use.

protected virtual bool SetColumnType (string value);
abstract member SetColumnType : string -> bool
override this.SetColumnType : string -> bool
Protected Overridable Function SetColumnType (value As String) As Boolean

Parameters

value
String

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to