IsParameterType
IsParameterType(string, Parameter.Type)
説明
パラメータの型を判定する。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| name | 名前。 | 
| type | パラメータの型。 | 
戻り値
パラメータの型がtypeと一致する場合にtrueを返す。
IsParameterType(int, Parameter.Type)
説明
パラメータの型を判定する。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| id | ID。 | 
| type | パラメータの型。 | 
戻り値
パラメータの型がtypeと一致する場合にtrueを返す。