Method FindAssociatedTableParameter
FindAssociatedTableParameter(int)
Retrieves the associated table parameter info for the specified column parameter.
public ParameterInfo FindAssociatedTableParameter(int columnParameterID)
Parameters
columnParameterID
intThe column parameter ID.
Returns
- ParameterInfo
The table parameter info for the specified column parameter.
FindAssociatedTableParameter(ParameterInfo)
Finds the table parameter that is associated with the specified column parameter.
public ParameterInfo FindAssociatedTableParameter(ParameterInfo columnParameter)
Parameters
columnParameter
ParameterInfoThe column parameter.
Returns
- ParameterInfo
The table parameter that is associated with the specified column parameter or
null
if no such parameter is found.