UnicodeAttribute Class

Definition

Configures the property as capable of persisting unicode characters.

[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
public sealed class UnicodeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
type UnicodeAttribute = class
    inherit Attribute
Public NotInheritable Class UnicodeAttribute
Inherits Attribute
Inheritance
UnicodeAttribute
Attributes

Remarks

See Modeling entity types and relationships for more information and examples.

Constructors

UnicodeAttribute(Boolean)

Initializes a new instance of the UnicodeAttribute class.

Properties

IsUnicode

A value indicating whether the property can contain unicode characters or not.

Applies to