UnicodeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework