Свойство | Тип | Описание | |
---|---|---|---|
Bind | void | ||
ClearBind | void | ||
ICloneable | object | ||
ResolveHandler | void | ||
ValidateAndGetLength | int |
Метод | Описание | |
---|---|---|
Clone ( ) : Npgsql.NpgsqlParameter |
Creates a new
|
|
NpgsqlParameter ( ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( String parameterName, object value ) : System |
Initializes a new instance of the When you specify an When using this constructor, you must be aware of a possible misuse of the constructor which takes a DbType parameter. This happens when calling this constructor passing an int 0 and the compiler thinks you are passing a value of DbType. Use |
|
NpgsqlParameter ( string parameterName, DbType parameterType ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, DbType parameterType, int size ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, DbType parameterType, int size, string sourceColumn ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, DbType parameterType, int size, string sourceColumn, ParameterDirection direction, bool isNullable, byte precision, byte scale, DataRowVersion sourceVersion, object value ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size, string sourceColumn ) : System |
Initializes a new instance of the
|
|
NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size, string sourceColumn, ParameterDirection direction, bool isNullable, byte precision, byte scale, DataRowVersion sourceVersion, object value ) : System |
Initializes a new instance of the
|
|
ResetDbType ( ) : void |
Reset DBType.
|
Метод | Описание | |
---|---|---|
Bind ( TypeHandlerRegistry registry ) : void | ||
ClearBind ( ) : void | ||
ICloneable ( ) : object | ||
ResolveHandler ( TypeHandlerRegistry registry ) : void | ||
ValidateAndGetLength ( ) : int |
public NpgsqlParameter ( String parameterName, object value ) : System | ||
parameterName | String | The name of the parameter to map. |
value | object | An |
Результат | System |
public NpgsqlParameter ( string parameterName, DbType parameterType ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | DbType | One of the |
Результат | System |
public NpgsqlParameter ( string parameterName, DbType parameterType, int size ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | DbType | One of the |
size | int | The length of the parameter. |
Результат | System |
public NpgsqlParameter ( string parameterName, DbType parameterType, int size, string sourceColumn ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | DbType | One of the |
size | int | The length of the parameter. |
sourceColumn | string | The name of the source column. |
Результат | System |
public NpgsqlParameter ( string parameterName, DbType parameterType, int size, string sourceColumn, ParameterDirection direction, bool isNullable, byte precision, byte scale, DataRowVersion sourceVersion, object value ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | DbType | One of the |
size | int | The length of the parameter. |
sourceColumn | string | The name of the source column. |
direction | ParameterDirection | One of the |
isNullable | bool | true if the value of the field can be null, otherwise false. |
precision | byte | The total number of digits to the left and right of the decimal point to which
/// |
scale | byte | The total number of decimal places to which
/// |
sourceVersion | DataRowVersion | One of the |
value | object | An |
Результат | System |
public NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | NpgsqlDbType | One of the |
Результат | System |
public NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | NpgsqlDbType | One of the |
size | int | The length of the parameter. |
Результат | System |
public NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size, string sourceColumn ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | NpgsqlDbType | One of the |
size | int | The length of the parameter. |
sourceColumn | string | The name of the source column. |
Результат | System |
public NpgsqlParameter ( string parameterName, NpgsqlDbType parameterType, int size, string sourceColumn, ParameterDirection direction, bool isNullable, byte precision, byte scale, DataRowVersion sourceVersion, object value ) : System | ||
parameterName | string | The name of the parameter to map. |
parameterType | NpgsqlDbType | One of the |
size | int | The length of the parameter. |
sourceColumn | string | The name of the source column. |
direction | ParameterDirection | One of the |
isNullable | bool | true if the value of the field can be null, otherwise false. |
precision | byte | The total number of digits to the left and right of the decimal point to which
/// |
scale | byte | The total number of decimal places to which
/// |
sourceVersion | DataRowVersion | One of the |
value | object | An |
Результат | System |