SqlBytes.Buffer Property
.NET Framework 2.0
Note: This property is new in the .NET Framework version 2.0.
Returns a reference to the internal buffer.
Namespace: System.Data.SqlTypes
Assembly: System.Data (in system.data.dll)
SqlBytes Members
System.Data.SqlTypes Namespace
Assembly: System.Data (in system.data.dll)
'Declaration Public ReadOnly Property Buffer As Byte() 'Usage Dim instance As SqlBytes Dim value As Byte() value = instance.Buffer
/** @property */ public byte[] get_Buffer ()
public function get Buffer () : byte[]
Property Value
Returns a reference to the internal buffer. For SqlBytes instances created on top of unmanaged pointers, it returns a managed copy of the internal buffer.Returns a null reference for null value SqlBytes.
Throws an InvalidOperationException for stream-wrapped instances of SqlBytes.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
SqlBytes ClassSqlBytes Members
System.Data.SqlTypes Namespace
Other Resources
Working with SqlTypesCommunity Additions
ADD
Show: