'Declaration Public Overloads Function Add( _ ByVal name As String, _ ByVal sourceColumn As String _ ) As C1DbParameter
public C1DbParameter Add( string name, string sourceColumn )
Parameters
- name
- The name of the parameter.
- sourceColumn
- The source column of the parameter to be mapped to.