| IDbSpecificCreatorCreateParameter Method | 
| Name | Description | |
|---|---|---|
| CreateParameter(ParameterDirection, Object) | 
            Creates a parameter based on the direction passed in and the value passed in.
              | |
| CreateParameter(ParameterDirection, Object, String) | 
            Creates a parameter based on the direction passed in and the value passed in.
              | |
| CreateParameter(IEntityFieldCore, IFieldPersistenceInfo, ParameterDirection) | 
            Creates a valid Parameter based on the passed in IEntityFieldCore implementation and the passed in IFieldPersistenceInfo instance
              | |
| CreateParameter(IEntityFieldCore, IFieldPersistenceInfo, ParameterDirection, Object) | 
            Creates a valid Parameter based on the passed in IEntityFieldCore implementation and the passed in IFieldPersistenceInfo instance
              | |
| CreateParameter(String, Int32, ParameterDirection, Boolean, Byte, Byte, Object) | 
            Creates a new, filled parameter.
              |