'Declaration
Public Overloads Function Where( _ ByVal column As Schema.PaymentColumn, _ ByVal value As Object _ ) As IList(Of Payment)
'Usage
Dim instance As PaymentQuery Dim column As Schema.PaymentColumn Dim value As Object Dim value As IList(Of Payment) value = instance.Where(column, value)
public IList<Payment> Where( Schema.PaymentColumn column, object value )
public: IList<Payment^>^ Where( Schema.PaymentColumn column, Object^ value )
Parameters
Return Value
A list of Payment objects.