'Declaration Public Function AddWithValue( _ ByVal name As String, _ ByVal value As Object _ ) As C1DbParameter
public C1DbParameter AddWithValue( string name, object value )
Parameters
- name
- The name of the parameter.
- value
- The Value of the DbParameter to add to the collection.