IEdmStringTypeReference.IsFixedLength Property

Gets a value indicating whether this string type specifies fixed length.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property IsFixedLength As Nullable(Of Boolean)
    Get
'Usage
Dim instance As IEdmStringTypeReference 
Dim value As Nullable(Of Boolean)

value = instance.IsFixedLength
Nullable<bool> IsFixedLength { get; }
property Nullable<bool> IsFixedLength {
    Nullable<bool> get ();
}
abstract IsFixedLength : Nullable<bool>
function get IsFixedLength () : Nullable<boolean>

Property Value

Type: System.Nullable<Boolean>
True if this string type specifies fixed length; otherwise, false.

See Also

Reference

IEdmStringTypeReference Interface

Microsoft.Data.Edm Namespace