PgSql
Assembly: ServiceStack.OrmLite.PostgreSQL.dll
View Source
Declaration
public static class PgSql
Methods
Param<T>(String, T)
View Source
Declaration
public static NpgsqlParameter Param<T>(string name, T value)
Returns
NpgsqlParameter
Parameters
Type | Name |
---|---|
System.String | name |
<T> | value |
Type Parameters
T
Array<T>(T[])
View Source
Declaration
public static string Array<T>(params T[] items)
Returns
System.String
Parameters
Type | Name |
---|---|
<T>[] | items |
Type Parameters
T
Array<T>(T[], Boolean)
View Source
Declaration
public static string Array<T>(T[] items, bool nullIfEmpty)
Returns
System.String
Parameters
Type | Name |
---|---|
<T>[] | items |
System.Boolean | nullIfEmpty |
Type Parameters
T