Back to Devexpress

MediaDataObject.MediaData Property

expressappframework-devexpress-dot-persistent-dot-baseimpl-dot-mediadataobject.md

latest1.5 KB
Original Source

MediaDataObject.MediaData Property

Specifies a byte array with media data that is loaded from a database on demand when required.

Namespace : DevExpress.Persistent.BaseImpl

Assembly : DevExpress.Persistent.BaseImpl.Xpo.v25.2.dll

NuGet Package : DevExpress.Persistent.BaseImpl.Xpo

Declaration

csharp
[Browsable(false)]
[Delayed(true)]
[Size(-1)]
public byte[] MediaData { get; set; }
vb
<Browsable(False)>
<Size(-1)>
<Delayed(True)>
Public Property MediaData As Byte()

Property Value

TypeDescription
Byte[]

A byte array object that is loaded from a database on demand when required.

|

Remarks

It is not loaded together with the MediaDataObject itself and may contain any type of media.

See Also

MediaDataObject Class

MediaDataObject Members

DevExpress.Persistent.BaseImpl Namespace