IEdmStringTypeReference.IsUnicode Property
Gets a value indicating whether this string type supports Unicode encoding.
Namespace: Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property IsUnicode As Nullable(Of Boolean)
Get
'Usage
Dim instance As IEdmStringTypeReference
Dim value As Nullable(Of Boolean)
value = instance.IsUnicode
Nullable<bool> IsUnicode { get; }
property Nullable<bool> IsUnicode {
Nullable<bool> get ();
}
abstract IsUnicode : Nullable<bool>
function get IsUnicode () : Nullable<boolean>
Property Value
Type: System.Nullable<Boolean>
True if this string type supports Unicode encoding; otherwise, false.