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

SQLiteMetadataCache..::..MaxParameters Property

Gets the maximum number of parameters in a single SQL batch.

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

Syntax


public Nullable<int> MaxParameters { get; }
Public ReadOnly Property MaxParameters As Nullable(Of Integer)
	Get
public:
property Nullable<int^> MaxParameters {
	Nullable<int^> get ();
}

Field Value

The maximum number of parameters.

Remarks


https://sqlite.org/limits.html