EdmTypeSemantics.IsByte(IEdmTypeReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if this reference refers to a byte type.
public static bool IsByte (this Microsoft.OData.Edm.IEdmTypeReference type);
static member IsByte : Microsoft.OData.Edm.IEdmTypeReference -> bool
<Extension()>
Public Function IsByte (type As IEdmTypeReference) As Boolean
Parameters
- type
- IEdmTypeReference
Type reference.
Returns
This reference refers to a byte type.