IConventionSequenceBuilder.CanSetType(Type, Boolean) Method

Definition

Returns a value indicating whether the given type can be set for the sequence.

public bool CanSetType (Type type, bool fromDataAnnotation = false);
public bool CanSetType (Type? type, bool fromDataAnnotation = false);
abstract member CanSetType : Type * bool -> bool
Public Function CanSetType (type As Type, Optional fromDataAnnotation As Boolean = false) As Boolean

Parameters

type
Type

The type of values returned by the sequence.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the given type can be set for the sequence.

Applies to