Click or drag to resize
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.MobileEndpoint
Assemblies:  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)
Syntax
protected virtual void GetPropertyNames(
	IDictionary<string, PropertyType> properties,
	IList<IList<string>> indexes
)

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