FileAttachmentAttribute(String) Constructor
Initializes a new instance of the FileAttachmentAttribute class.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileDataPropertyName | String | A string specifying the target class property which returns a IFileData object. This parameter’s value is assigned to the FileAttachmentAttribute.FileDataPropertyName property. |
See Also