HasDefaultStream Method
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function HasDefaultStream ( _
entityType As IEdmEntityType _
) As Boolean
'Usage
Dim entityType As IEdmEntityType
Dim returnValue As Boolean
returnValue = entityType.HasDefaultStream()
public static bool HasDefaultStream(
this IEdmEntityType entityType
)
[ExtensionAttribute]
public:
static bool HasDefaultStream(
IEdmEntityType^ entityType
)
static member HasDefaultStream :
entityType:IEdmEntityType -> bool
public static function HasDefaultStream(
entityType : IEdmEntityType
) : boolean
Parameters
- entityType
Type: Microsoft.Data.Edm..::..IEdmEntityType
Return Value
Type: System..::..Boolean
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmEntityType. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).