Npgsql Api Docs

BitString.Concat Method 

Creats a bitstring by concatenating another onto this one.

[Visual Basic]
Public Function Concat( _
   ByVal append As BitString _
) As BitString
[C#]
public BitString Concat(
   BitString append
);

Parameters

append
The string to append to this one.

Return Value

The combined strings.

See Also

BitString Class | NpgsqlTypes Namespace