ParseObjectCreateWithoutData Method Parse
Overload List

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

Reference