ConventionPrimitivePropertyConfiguration.IsUnicode Method

 

Configures the property to support Unicode string content.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodIsUnicode()

Configures the property to support Unicode string content.

System_CAPS_pubmethodIsUnicode(Boolean)

Configures whether or not the property supports Unicode string content.


ConventionPrimitivePropertyConfiguration.IsUnicode Method ()

Configures the property to support Unicode string content.

public virtual ConventionPrimitivePropertyConfiguration IsUnicode()

Calling this will have no effect once it has been configured. This method throws if the property is not a String.


ConventionPrimitivePropertyConfiguration.IsUnicode Method (Boolean)

Configures whether or not the property supports Unicode string content.

public virtual ConventionPrimitivePropertyConfiguration IsUnicode(
	bool unicode
)

Parameters

unicode
Type: System.Boolean

Value indicating if the property supports Unicode string content or not.

Calling this will have no effect once it has been configured. This method throws if the property is not a String.