'Declaration Public Shared Function CreateEmptyArray( _ ByVal type As PgSqlType _ ) As PgSqlArray
public static PgSqlArray CreateEmptyArray( PgSqlType type )
Parameters
- type
- The PgSqlType of the array elements.
Return Value
Returns a new instance of PgSqlArray that represents an emty array of given type.