Method | Description | |
---|---|---|
CreateParameter ( this command, string name, DbType type ) : void | ||
Parameter ( this command, string name ) : IDbDataParameter |
public static CreateParameter ( this command, string name, DbType type ) : void | ||
command | this | |
name | string | |
type | DbType | |
return | void |
public static Parameter ( this command, string name ) : IDbDataParameter | ||
command | this | |
name | string | |
return | IDbDataParameter |