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