←Select platform

Parameters Property

Summary

Gets or sets the collection of System.Data.Common.DbParameter objects.

Syntax

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

Property Value

A DbBinaryDataParameterDictionary collection of System.Data.Common.DbParameter objects.

Remarks

n refer to SqlCommand.CommandType if Provider is set to DbBinaryDataProvider.Sql.

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