Show / Hide Table of Contents

Class ConnectionParameter

Inheritance
System.Object
ConnectionParameter
Namespace: DRIT.Spreadsheet.Data
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ConnectionParameter : object

Properties

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ParameterType

Declaration
public ParameterType ParameterType { get; set; }
Property Value
Type Description
ParameterType

Prompt

Declaration
public string Prompt { get; set; }
Property Value
Type Description
System.String

RefreshOnChange

Declaration
public bool RefreshOnChange { get; set; }
Property Value
Type Description
System.Boolean

SqlType

Declaration
public int SqlType { get; set; }
Property Value
Type Description
System.Int32

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
Back to top Generated by DocFX