IDbDataParameter インターフェイス
定義
public interface class IDbDataParameter : System::Data::IDataParameter
public interface IDbDataParameter : System.Data.IDataParameter
type IDbDataParameter = interface
interface IDataParameter
Public Interface IDbDataParameter
Implements IDataParameter
- 派生
- 実装
プロパティ
DbType |
パラメーターの DbType を取得または設定します。Gets or sets the DbType of the parameter. (継承元 IDataParameter) |
Direction |
パラメーターが入力専用、出力専用、双方向、またはストアド プロシージャの戻り値パラメーターのいずれであるかを示す値を取得または設定します。Gets or sets a value indicating whether the parameter is input-only, output-only, bidirectional, or a stored procedure return value parameter. (継承元 IDataParameter) |
IsNullable |
パラメーターが null 値を受け取るかどうかを示す値を取得します。Gets a value indicating whether the parameter accepts null values. (継承元 IDataParameter) |
ParameterName |
IDataParameter の名前を取得または設定します。Gets or sets the name of the IDataParameter. (継承元 IDataParameter) |
Precision |
数値パラメーターの精度を示します。Indicates the precision of numeric parameters. |
Scale |
数値パラメーターのスケールを示します。Indicates the scale of numeric parameters. |
Size |
パラメーターのサイズ。The size of the parameter. |
SourceColumn |
DataSet にマップされ、Value を読み込んだり返したりするために使用されるソース列の名前を取得または設定します。Gets or sets the name of the source column that is mapped to the DataSet and used for loading or returning the Value. (継承元 IDataParameter) |
SourceVersion |
Value を読み込むときに使用する DataRowVersion を取得または設定します。Gets or sets the DataRowVersion to use when loading Value. (継承元 IDataParameter) |
Value |
パラメーターの値を取得または設定します。Gets or sets the value of the parameter. (継承元 IDataParameter) |