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