Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating whether this type specifies fixed length.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property IsFixedLength As Nullable(Of Boolean)
Get
'Usage
Dim instance As EdmBinaryTypeReference
Dim value As Nullable(Of Boolean)
value = instance.IsFixedLength
public Nullable<bool> IsFixedLength { get; }
public:
virtual property Nullable<bool> IsFixedLength {
Nullable<bool> get () sealed;
}
abstract IsFixedLength : Nullable<bool>
override IsFixedLength : Nullable<bool>
final function get IsFixedLength () : Nullable<boolean>
Property Value
Type: System.Nullable<Boolean>
true if this type specifies fixed length; otherwise, false.
Implements
IEdmBinaryTypeReference.IsFixedLength