asp.net.ph

SqlParameterCollection.GetEnumerator Method

System.Data.SqlClient Namespace   SqlParameterCollection Class


Returns an enumerator used to iterate through the collection.

[ VB ]
NotOverridable Public Function GetEnumerator ( ) As IEnumerator

[ C# ]
public IEnumerator GetEnumerator ( );

[ C++ ]
public: __sealed IEnumerator* GetEnumerator ( );

[ JScript ]
public function GetEnumerator ( ) : IEnumerator;

Return Value

A System.Collections.IEnumerator that contains a list of all items in the collection.

Implements

IEnumerable.GetEnumerator

See Also

SqlParameterCollection Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph