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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework