MobileObjectGetPropertyNames Method |
Populates the names of properties and their types that can be used for quering along with indexes on these properties.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssemblies: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxprotected virtual void GetPropertyNames(
IDictionary<string, PropertyType> properties,
IList<IList<string>> indexes
)
Protected Overridable Sub GetPropertyNames (
properties As IDictionary(Of String, PropertyType),
indexes As IList(Of IList(Of String))
)
protected:
virtual void GetPropertyNames(
IDictionary<String^, PropertyType>^ properties,
IList<IList<String^>^>^ indexes
)
abstract GetPropertyNames :
properties : IDictionary<string, PropertyType> *
indexes : IList<IList<string>> -> unit
override GetPropertyNames :
properties : IDictionary<string, PropertyType> *
indexes : IList<IList<string>> -> unit
Parameters
- properties
- Type: System.Collections.GenericIDictionaryString, PropertyType
A dictionary of property names and their types that the method should populate. - indexes
- Type: System.Collections.GenericIListIListString
List of indexes over property names.
See Also