Name | Description | |
---|---|---|
PgSqlArray Constructor | Overloaded. Initializes a new instance of the PgSqlArray class. |
The following tables list the members exposed by PgSqlArray.
Name | Description | |
---|---|---|
PgSqlArray Constructor | Overloaded. Initializes a new instance of the PgSqlArray class. |
Name | Description | |
---|---|---|
Null | Represents a null PgSqlArray object. |
Name | Description | |
---|---|---|
IsEmty | Indicates whether or not the PgSqlArray represents a null value. | |
IsNull | Indicates whether or not the PgSqlArray represents a null value. | |
Item | Gets an element from the specified position. | |
Length | Gets the total number of elements in all the dimensions of the PgSqlArray. | |
PgSqlType | Gets the PgSqlType of the array elements. | |
Rank | Gets or sets the number of PgSqlArray dimensions. |
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. |
Equality | Determines whether two PgSqlArray objects are the same. |
Inequality | Determines whether two PgSqlArray objects are different. |