0 out of 2 rated this helpful - Rate this topic

CloudTableQuery.ElementType Property

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
'Usage
Dim instance As CloudTableQuery(Of TElement)
Dim value As Type

value = instance.ElementType

public Type ElementType { get; }
/** @property */
public final Type get_ElementType ()

public final function get ElementType () : Type

Property Value

Type: System.Type

A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.