Jaa


EdmCoreModel.GetStream(Boolean) Method

Definition

Gets a reference to a stream primitive type definition.

public Microsoft.OData.Edm.IEdmPrimitiveTypeReference GetStream (bool isNullable);
member this.GetStream : bool -> Microsoft.OData.Edm.IEdmPrimitiveTypeReference
Public Function GetStream (isNullable As Boolean) As IEdmPrimitiveTypeReference

Parameters

isNullable
Boolean

Flag specifying if the referenced type should be nullable.

Returns

A new stream type reference.

Applies to