Properties
|
| public int |
Returns the number of values in this array.
If set to a smaller number than the current count, it will truncate the array.
|
Methods
|
| public DatabaseArray |
Add the given long value to the array
|
| public DatabaseArray |
Add the given bool value to the array
|
| public DatabaseArray |
Add the given uint value to the array
|
| public DatabaseArray |
Add the given string value to the array
|
| public DatabaseArray |
Add the given int value to the array
|
| public DatabaseArray |
Add the given float value to the array
|
| public DatabaseArray |
| Add |
(DatabaseObject value) |
Add the given object to the array
|
| public DatabaseArray |
| Add |
(DatabaseArray value) |
Add the given array to the array
|
| public DatabaseArray |
Add the given datetime value to the array
|
| public DatabaseArray |
Add the given double value to the array
|
| public DatabaseArray |
Add the given byte array value to the array
|
| public void |
Remove all values from this array
|
| public bool |
Returns true if the given property exists on this object
|
| public bool |
Returns true if a value exists at the given index
|
| public DatabaseArray |
Get the given array property
|
| public DatabaseArray |
Get the array at the given index
|
| public bool |
| GetBool |
(string propertyExpression, bool defaultValue) |
Get the given bool property, falling back to the given default value if the bool property does not exist
|
| public bool |
Get the bool value at the given index
|
| public bool |
| GetBool |
(int index, bool defaultValue) |
Get the bool value at the given index, falling back to the given default value if the value was at the index is null
|
| public bool |
| GetBool |
(string propertyExpression) |
Get the given bool property
|
| public Byte[] |
| GetBytes |
(string propertyExpression, Byte[] defaultValue) |
Get the given byte array property, falling back to the given default value if the byte array property does not exist
|
| public Byte[] |
| GetBytes |
(int index, Byte[] defaultValue) |
Get the byte value at the given index, falling back to the given default value if the value was at the index is null
|
| public Byte[] |
Get the byte array value at the given index
|
| public Byte[] |
Get the given byte array property
|
| public DateTime |
Get the given datetime property
|
| public DateTime |
| GetDateTime |
(string propertyExpression, DateTime defaultValue) |
Get the given datetime property, falling back to the given default value if the datetime property does not exist
|
| public DateTime |
Get the datetime value at the given index
|
| public DateTime |
Get the datetime value at the given index, falling back to the given default value if the value was at the index is null
|
| public Double |
Get the given double property
|
| public Double |
| GetDouble |
(string propertyExpression, Double defaultValue) |
Get the given double property, falling back to the given default value if the double property does not exist
|
| public Double |
Get the double value at the given index, falling back to the given default value if the value was at the index is null
|
| public Double |
Get the double value at the given index
|
| public Single |
| GetFloat |
(int index, Single defaultValue) |
Get the float value at the given index, falling back to the given default value if the value was at the index is null
|
| public Single |
Get the float value at the given index
|
| public Single |
| GetFloat |
(string propertyExpression, Single defaultValue) |
Get the given float property, falling back to the given default value if the float property does not exist
|
| public Single |
Get the given float property
|
| public int |
| GetInt |
(string propertyExpression) |
Get the given int property
|
| public int |
| GetInt |
(string propertyExpression, int defaultValue) |
Get the given int property, falling back to the given default value if the int property does not exist
|
| public int |
Get the int value at the given index
|
| public int |
| GetInt |
(int index, int defaultValue) |
Get the int value at the given index, falling back to the given default value if the value was at the index is null
|
| public Int64 |
| GetLong |
(string propertyExpression) |
Get the given long property
|
| public Int64 |
| GetLong |
(string propertyExpression, Int64 defaultValue) |
Get the given long property, falling back to the given default value if the long property does not exist
|
| public Int64 |
Get the long value at the given index
|
| public Int64 |
| GetLong |
(int index, Int64 defaultValue) |
Get the long value at the given index, falling back to the given default value if the value was at the index is null
|
| public DatabaseObject |
Get the object at the given index
|
| public DatabaseObject |
Get the given object property
|
| public string |
| GetString |
(string propertyExpression, string defaultValue) |
Get the given string property, falling back to the given default value if the string property does not exist
|
| public string |
Get the string value at the given index, falling back to the given default value if the value was at the index is null
|
| public string |
Get the given string property
|
| public string |
Get the string value at the given index
|
| public uint |
| GetUInt |
(string propertyExpression, uint defaultValue) |
Get the given uint property, falling back to the given default value if the uint property does not exist
|
| public uint |
| GetUInt |
(string propertyExpression) |
Get the given uint property
|
| public uint |
| GetUInt |
(int index, uint defaultValue) |
Get the uint value at the given index, falling back to the given default value if the value was at the index is null
|
| public uint |
Get the uint value at the given index
|
| public object |
Get the given property as an object
|
| public object |
Get the value at the given index as an object
|
| public DatabaseArray |
| Insert |
(int index, Int64 value) |
Insert the given long value at the given index
|
| public DatabaseArray |
| Insert |
(int index, string value) |
Insert the given string value at the given index
|
| public DatabaseArray |
| Insert |
(int index, DatabaseArray value) |
Insert the given array at the given index
|
| public DatabaseArray |
| Insert |
(int index, uint value) |
Insert the given uint value at the given index
|
| public DatabaseArray |
Insert the given int value at the given index
|
| public DatabaseArray |
| Insert |
(int index, bool value) |
Insert the given bool value at the given index
|
| public DatabaseArray |
| Insert |
(int index, DateTime value) |
Insert the given datetime value at the given index
|
| public DatabaseArray |
| Insert |
(int index, DatabaseObject value) |
Insert the given object at the given index
|
| public DatabaseArray |
| Insert |
(int index, Byte[] value) |
Insert the given byte array value at the given index
|
| public DatabaseArray |
| Insert |
(int index, Single value) |
Insert the given float value at the given index
|
| public DatabaseArray |
| Insert |
(int index, Double value) |
Insert the given double value at the given index
|
| public DatabaseArray |
| Remove |
(string propertyExpression) |
Removes the value of the given property from this object
|
| public void |
Remove the value at the given index
|
| public DatabaseArray |
| Set |
(string propertyExpression, Single value) |
Set the given property to the given float value
|
| public DatabaseArray |
| Set |
(string propertyExpression, bool value) |
Set the given property to the given bool value
|
| public DatabaseArray |
| Set |
(string propertyExpression, Int64 value) |
Set the given property to the given long value
|
| public DatabaseArray |
| Set |
(string propertyExpression, int value) |
Set the given property to the given int value
|
| public DatabaseArray |
| Set |
(string propertyExpression, uint value) |
Set the given property to the given uint value
|
| public DatabaseArray |
| Set |
(string propertyExpression, Double value) |
Set the given property to the given double value
|
| public DatabaseArray |
| Set |
(string propertyExpression, DatabaseArray value) |
Set the given property to the given array
|
| public DatabaseArray |
| Set |
(int index, DateTime value) |
Set the value at the given index to the given datetime
|
| public DatabaseArray |
| Set |
(string propertyExpression, DatabaseObject value) |
Set the given property to the given object
|
| public DatabaseArray |
| Set |
(string propertyExpression, Byte[] value) |
Set the given property to the given byte array value
|
| public DatabaseArray |
| Set |
(string propertyExpression, DateTime value) |
Set the given property to the given datetime value
|
| public DatabaseArray |
| Set |
(int index, Double value) |
Set the value at the given index to the given double
|
| public DatabaseArray |
| Set |
(int index, Single value) |
Set the value at the given index to the given float
|
| public DatabaseArray |
| Set |
(int index, Byte[] value) |
Set the value at the given index to the given byte array
|
| public DatabaseArray |
| Set |
(int index, DatabaseArray value) |
Set the value at the given index to the given array
|
| public DatabaseArray |
| Set |
(int index, DatabaseObject value) |
Set the value at the given index to the given object
|
| public DatabaseArray |
| Set |
(int index, bool value) |
Set the value at the given index to the given bool
|
| public DatabaseArray |
| Set |
(int index, string value) |
Set the value at the given index to the given string
|
| public DatabaseArray |
| Set |
(string propertyExpression, string value) |
Set the given property to the given string value
|
| public DatabaseArray |
| Set |
(int index, int value) |
Set the value at the given index to the given int
|
| public DatabaseArray |
| Set |
(int index, Int64 value) |
Set the value at the given index to the given long
|
| public DatabaseArray |
| Set |
(int index, uint value) |
Set the value at the given index to the given uint
|