Click or drag to resize
DbSpecificCreatorBaseCreateParameter Method (IEntityFieldCore, IFieldPersistenceInfo, ParameterDirection)
Creates a valid Parameter based on the passed in IEntityFieldCore implementation and the passed in IFieldPersistenceInfo instance

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DbParameter CreateParameter(
	IEntityFieldCore field,
	IFieldPersistenceInfo persistenceInfo,
	ParameterDirection direction
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
IEntityFieldCore instance used to base the parameter on.
persistenceInfo
Type: SD.LLBLGen.Pro.ORMSupportClassesIFieldPersistenceInfo
Persistence information to create the parameter.
direction
Type: System.DataParameterDirection
The direction for the parameter

Return Value

Type: DbParameter
Valid parameter for usage with the target database.

Implements

IDbSpecificCreatorCreateParameter(IEntityFieldCore, IFieldPersistenceInfo, ParameterDirection)
See Also