Forum BigDB Property Does Not Exist

Discussion and help relating to the PlayerIO database solution, BigDB.

Property Does Not Exist

Postby joey123kid » June 1st, 2017, 9:51 pm

at MyGame.GameCode.<>c__DisplayClass2.<getPlayerDB>b__0(DatabaseObject rdb)



Guys i get this error and i dont know what i can do?...
joey123kid
 
Posts: 1
Joined: February 21st, 2016, 1:33 am

Re: Property Does Not Exist

Postby Emalton » April 26th, 2018, 3:38 am

If you're trying to get a property from a DatabaseObject, you can specify default values for most types. For example, you can do
Code: Select all
databaseObject.GetString("propertyexpression", "value if the propertyexpression doesn't exist");
Emalton
 
Posts: 86
Joined: June 28th, 2013, 3:49 am


Return to BigDB