ParseObject.CreateWithoutData Method Parse
Overload List

  NameDescription
Public methodStatic memberCreateWithoutData<T>(String)
Creates a reference to an existing ParseObject for use in creating associations between ParseObjects. Calling IsDataAvailable on this object will return false until FetchIfNeededAsync< T> (T) has been called. No network request will be made.
Public methodStatic memberCreateWithoutData(String, String)
Creates a reference to an existing ParseObject for use in creating associations between ParseObjects. Calling IsDataAvailable on this object will return false until FetchIfNeededAsync< T> (T) has been called. No network request will be made.
Top
See Also

Reference