Click or drag to resize
DBStoredProcedureParameterOrdinalPosition Property
The ordinal position of this instance of IDBParameter in the stored procedure referenced by ParentStoredProcedure. OrdinalPosition is 1-based, which means the first parameter has OrdinalPosition 1. OrdinalPosition 0 is reserved for the return value of the stored procedure.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[AllowInFilterAttribute(2)]
public int OrdinalPosition { get; set; }

Property Value

Type: Int32
See Also