Condividi tramite


Metodo DataServiceProviderMethods.TypeAs<T>

Controlla se il tipo specificato è assegnabile dal tipo di risorsa di un'istanza dell'oggetto fornita.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Shared Function TypeAs(Of T) ( _
    value As Object, _
    type As ResourceType _
) As T
'Utilizzo
Dim value As Object
Dim type As ResourceType
Dim returnValue As T

returnValue = DataServiceProviderMethods.TypeAs(value, _
    type)
public static T TypeAs<T>(
    Object value,
    ResourceType type
)
public:
generic<typename T>
static T TypeAs(
    Object^ value, 
    ResourceType^ type
)
static member TypeAs : 
        value:Object * 
        type:ResourceType -> 'T 
JScript non supporta metodi e tipi generici.

Parametri di tipo

  • T
    Tipo della classe value.

Parametri

Valore restituito

Tipo: T
Restituisce un valore Null quando value non è il parametro type specificato; in caso contrario, restituisce il parametro value fornito.

Vedere anche

Riferimento

DataServiceProviderMethods Classe

Spazio dei nomi System.Data.Services.Providers