←Select platform

DataFieldName Property

Summary

Gets or sets a value that specifies the file name.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)] 
public string DataFieldName { get; set; } 
  
<DataMemberAttribute(Name="DataFieldName", IsRequired=True)> 
Public Property DataFieldName As String 
[DataMemberAttribute(Name="DataFieldName", IsRequired=true)] 
public: 
property String^ DataFieldName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that specifies the file name.

Remarks

This property is used only when the DataFieldType is set to DbBinaryDataFieldType.File.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.DataContracts Assembly