←Select platform

CommandType Property

Summary

Gets or sets the command type which specifies how to parse the CommandText property.

Syntax

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

Property Value

A DbBinaryDataCommandType enumeration value that specifies how to parse the CommandText property.

Remarks
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