Name | Description | |
---|---|---|
CreateEmptyArray | Create a new instance of PgSqlArray that represents an emty array. | |
Equals | Determines whether two PgSqlArray instances are equal. | |
GetEnumerator | Returns an enumerator for the PgSqlArray. | |
GetHashCode | Gets a hash code for the PgSqlArray instance. | |
GetLength | Gets a 32-bit integer that represents the number of elements in the specified dimension of the PgSqlArray. | |
GetLowerBound | Gets the lower bound of the specified dimension in the PgSqlArray. | |
GetUpperBound | Gets the upper bound of the specified dimension in the PgSqlArray. | |
GetValue | Gets the value at the specified position in the multidimensional PgSqlArray. | |
Parse | Overloaded. Converts the specified string representation of an array to its PgSqlArray equivalent. | |
SetValue | Sets the specified element in the current PgSqlArray to the specified value. | |
ToString | Returns a string that represents the current PgSqlArray. |