←Select platform

Provider Property

Summary

Gets or sets the type of System.Data.Common.DbConnection to be used.

Syntax

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

Property Value

A DbBinaryDataProvider enumeration value that specifies the type of System.Data.Common.DbConnection to be used.

Example

For an example, refer to DbBinaryData.

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