Click or drag to resize
Galactic API

StoredProcedureAddDateTimeParameter Method

Adds a date and time parameter to the procedure.

Namespace:  Galactic.Sql
Assembly:  Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public abstract bool AddDateTimeParameter(
	string name,
	DateTime value,
	StoredProcedureParameterType direction
)

Parameters

name
Type: SystemString
The name of the parameter to add.
value
Type: SystemDateTime
The value of the parameter to add.
direction
Type: Galactic.SqlStoredProcedureParameterType
The direction of the parameter. Use one of the class parameter constants.

Return Value

Type: Boolean
True if the parameter is added, false otherwise.

Implements

IStoredProcedureAddDateTimeParameter(String, DateTime, StoredProcedureParameterType)
See Also