Metodo IDataServiceQueryProvider.GetOpenPropertyValues
Ottiene nome e valori di tutte le proprietà definite nell'istanza specificata di un tipo aperto.
Spazio dei nomi System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Function GetOpenPropertyValues ( _
target As Object _
) As IEnumerable(Of KeyValuePair(Of String, Object))
'Utilizzo
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, Object))
returnValue = instance.GetOpenPropertyValues(target)
IEnumerable<KeyValuePair<string, Object>> GetOpenPropertyValues(
Object target
)
IEnumerable<KeyValuePair<String^, Object^>>^ GetOpenPropertyValues(
Object^ target
)
abstract GetOpenPropertyValues :
target:Object -> IEnumerable<KeyValuePair<string, Object>>
function GetOpenPropertyValues(
target : Object
) : IEnumerable<KeyValuePair<String, Object>>
Parametri
- target
Tipo: System.Object
Istanza del tipo che dichiara la proprietà aperta.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
Raccolta di nome e valori di tutte le proprietà aperte.