Sql.Net Class Library Documentation

WhereClauseCollection.Item Property

Represents the entry at the specified index of the WhereClause.

public WhereClause this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the entry to locate in the collection.

Property Value

The entry at the specified index of the collection.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException index is outside the valid range of indexes for the collection.

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace