SqlBytes.Buffer Property
.NET Framework 3.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[]
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Reference
SqlBytes ClassSqlBytes Members
System.Data.SqlTypes Namespace
Other Resources
Working with SqlTypesCommunity Additions
ADD
Show: