←Select platform

DbBinaryData Constructor(DbBinaryDataProvider,string,DbBinaryDataCommandType,string,string,DbBinaryDataFieldType,string)

Summary

Initializes a new instance of the DbBinaryData class with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal provider As Leadtools.Services.Datacontracts.DbBinaryDataProvider, _ 
   ByVal connectionString As String, _ 
   ByVal commandType As Leadtools.Services.Datacontracts.DbBinaryDataCommandType, _ 
   ByVal commandText As String, _ 
   ByVal dataFieldName As String, _ 
   ByVal dataFieldType As Leadtools.Services.Datacontracts.DbBinaryDataFieldType, _ 
   ByVal dataFieldPathBase As String _ 
) 

Parameters

provider
The type of System.Data.Common.DbConnection to be used.

connectionString
The connection used to open the data source.

commandType
The command type which specifies how to parse the commandText property.

commandText
The command text to execute.

dataFieldName
The file name.

dataFieldType
The field type.

dataFieldPathBase
The directory to which to load or save the file.

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