C# Class Tortuga.Chain.PostgreSql.Utilities

Mostra file Open project: docevaad/Chain

Public Methods

Method Description
GetParameters ( this sqlBuilder ) : List

Gets the parameters from a SQL Builder.

PrimaryKeyIsIdentity ( this sqlBuilder, List &keyParameters ) : bool

Method Details

GetParameters() public static method

Gets the parameters from a SQL Builder.
public static GetParameters ( this sqlBuilder ) : List
sqlBuilder this The SQL builder.
return List

PrimaryKeyIsIdentity() public static method

public static PrimaryKeyIsIdentity ( this sqlBuilder, List &keyParameters ) : bool
sqlBuilder this
keyParameters List
return bool