Metodo DataServiceProviderMethods.GetSequenceValue<T>
Ottiene un valore denominato dall'oggetto specificato come sequenza.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Shared Function GetSequenceValue(Of T) ( _
value As Object, _
property As ResourceProperty _
) As IEnumerable(Of T)
'Utilizzo
Dim value As Object
Dim property As ResourceProperty
Dim returnValue As IEnumerable(Of T)
returnValue = DataServiceProviderMethods.GetSequenceValue(value, _
property)
public static IEnumerable<T> GetSequenceValue<T>(
Object value,
ResourceProperty property
)
public:
generic<typename T>
static IEnumerable<T>^ GetSequenceValue(
Object^ value,
ResourceProperty^ property
)
static member GetSequenceValue :
value:Object *
property:ResourceProperty -> IEnumerable<'T>
JScript non supporta metodi e tipi generici.
Parametri di tipo
- T
Tipo della sequenza risultante.
Parametri
- value
Tipo: System.Object
Oggetto che contiene il valore.
- property
Tipo: System.Data.Services.Providers.ResourceProperty
Oggetto ResourceProperty che rappresenta la proprietà di cui è necessario restituire il valore.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<T>
Istanza dell'oggetto IEnumerable<T> che contiene il valore richiesto come una sequenza.
Osservazioni
Se non è possibile trovare il valore denominato viene restituito il valore Null.