Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSource..::..EnableStoredProcedureCompatMode Property

Gets or sets a value indicating whether to use Npgsql.EnableStoredProcedureCompatMode.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public static bool EnableStoredProcedureCompatMode { get; set; }
Public Shared Property EnableStoredProcedureCompatMode As Boolean
	Get
	Set
public:
static property bool^ EnableStoredProcedureCompatMode {
	bool^ get ();
	void set (bool^ value);
}

Remarks


Turn this on if you are getting this error: "Npgsql.PostgresException: 42809: ___ is not a procedure".