Method | Description | |
---|---|---|
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 ( ) : |
Creates a shallow copy of the current BigQueryParameter.
|
|
ResetDbType ( ) : void |
Resets the data type associated with the parameter.
|
Method | Description | |
---|---|---|
ICloneable ( ) : object | ||
Validate ( ) : void |
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. |
return | System |
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. |
return | System |
public BigQueryParameter ( string parameterName, object value ) : System | ||
parameterName | string | The name of the parameter. |
value | object | The value of the parameter. |
return | System |