←Select platform

DataFieldType Property

Summary

Gets or sets the field type.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="DataFieldType", IsRequired=true)] 
public DbBinaryDataFieldType DataFieldType { get; set; } 
  
<DataMemberAttribute(Name="DataFieldType", IsRequired=True)> 
Public Property DataFieldType As Leadtools.Services.Datacontracts.DbBinaryDataFieldType 
[DataMemberAttribute(Name="DataFieldType", IsRequired=true)] 
public: 
property Leadtools.Services.Datacontracts.DbBinaryDataFieldType DataFieldType { 
   Leadtools.Services.Datacontracts.DbBinaryDataFieldType get(); 
   void set (    Leadtools.Services.Datacontracts.DbBinaryDataFieldType ); 
} 

Property Value

A DbBinaryDataFieldType enumeration value that specifies the field type.

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