| DataMemberisShortOidNull Method  | 
 
            Determines if given bytes represent a null short reference
            
 
    Namespace: 
   VelocityDb.TypeInfo
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
 Syntax
Syntaxpublic static bool isShortOidNull(
	byte[] memberBytes,
	int offset
)
Public Shared Function isShortOidNull ( 
	memberBytes As Byte(),
	offset As Integer
) As Boolean
public:
static bool isShortOidNull(
	array<unsigned char>^ memberBytes, 
	int offset
)
static member isShortOidNull : 
        memberBytes : byte[] * 
        offset : int -> bool 
Parameters
- memberBytes
- Type: SystemByte
 bytes to check
- offset
- Type: SystemInt32
 offset into bytes
Return Value
Type: 
Booleantrue if bytes represent null; otherwise 
false See Also
See Also