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.2.0.0 (5.2.17.0403)
Syntax [AllowInFilterAttribute(2)]
public int OrdinalPosition { get; set; }
<AllowInFilterAttribute(2)>
Public Property OrdinalPosition As Integer
Get
Set
Property Value
Type:
Int32See Also