C# 클래스 DevExpress.DataAccess.BigQuery.BigQueryParameter

A parameter to a BigQueryCommand.
상속: System.Data.Common.DbParameter, ICloneable
파일 보기 프로젝트 열기: DevExpress/BigQueryProvider 1 사용 예제들

공개 메소드들

메소드 설명
BigQueryParameter ( ) : System

Initializes a new instance of the BigQueryParameter class with default settings.

BigQueryParameter ( string parameterName, BigQueryDbType bigQueryDbType ) : System

Initializes a new instance of the BigQueryParameter class with the specified settings.

BigQueryParameter ( string parameterName, DbType dbType ) : System

Initializes a new instance of the BigQueryParameter class with the specified settings.

BigQueryParameter ( string parameterName, object value ) : System

Initializes a new instance of the BigQueryParameter class with the specified settings.

Clone ( ) : BigQueryParameter

Creates a shallow copy of the current BigQueryParameter.

ResetDbType ( ) : void

Resets the data type associated with the parameter.

비공개 메소드들

메소드 설명
ICloneable ( ) : object
Validate ( ) : void

메소드 상세

BigQueryParameter() 공개 메소드

Initializes a new instance of the BigQueryParameter class with default settings.
public BigQueryParameter ( ) : System
리턴 System

BigQueryParameter() 공개 메소드

Initializes a new instance of the BigQueryParameter class with the specified settings.
public BigQueryParameter ( string parameterName, BigQueryDbType bigQueryDbType ) : System
parameterName string The name of the parameter.
bigQueryDbType BigQueryDbType A BigQueryDbType enumeration value specifying the data type of the parameter.
리턴 System

BigQueryParameter() 공개 메소드

Initializes a new instance of the BigQueryParameter class with the specified settings.
public BigQueryParameter ( string parameterName, DbType dbType ) : System
parameterName string The name of the parameter.
dbType DbType A DBType enumeration value specifying the data type of the parameter.
리턴 System

BigQueryParameter() 공개 메소드

Initializes a new instance of the BigQueryParameter class with the specified settings.
public BigQueryParameter ( string parameterName, object value ) : System
parameterName string The name of the parameter.
value object The value of the parameter.
리턴 System

Clone() 공개 메소드

Creates a shallow copy of the current BigQueryParameter.
public Clone ( ) : BigQueryParameter
리턴 BigQueryParameter

ResetDbType() 공개 메소드

Resets the data type associated with the parameter.
public ResetDbType ( ) : void
리턴 void