C#
VB
C++
Gets or sets a value that specifies the file name.
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)]
public string DataFieldName { get; set; }
A System.String that specifies the file name.
This property is used only when the DataFieldType is set to DbBinaryDataFieldType.File.