Share via


DictField.isMonocased Method

Definition

Returns a value that indicates whether the database requires that the field be monocase.

public:
 virtual bool isMonocased();
public virtual bool isMonocased ();
abstract member isMonocased : unit -> bool
override this.isMonocased : unit -> bool
Public Overridable Function isMonocased () As Boolean

Returns

true if the field is monocase; otherwise, false.

Applies to