LEADTOOLS WCF (Leadtools.Services.DataContracts assembly)
LEAD Technologies, Inc

Parameters Property






Gets or sets the collection of System.Data.Common.DbParameter objects.
Syntax
[DataMemberAttribute(Name="Parameters", IsRequired=true)]
public DbBinaryDataParameterDictionary Parameters {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Parameters", IsRequired=True)>
Public Property Parameters As DbBinaryDataParameterDictionary
'Usage
 
Dim instance As DbBinaryData
Dim value As DbBinaryDataParameterDictionary
 
instance.Parameters = value
 
value = instance.Parameters
[DataMemberAttribute(Name="Parameters", IsRequired=true)]
public DbBinaryDataParameterDictionary Parameters {get; set;}
DataMemberAttribute(Name="Parameters", IsRequired=)
 get_Parameters();
set_Parameters(value);
[DataMemberAttribute(Name="Parameters", IsRequired=true)]
public:
property DbBinaryDataParameterDictionary^ Parameters {
   DbBinaryDataParameterDictionary^ get();
   void set (    DbBinaryDataParameterDictionary^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DbBinaryData Class
DbBinaryData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features