AllowPreparedStatement
Prepare a query statement before its execution.
データ型
bool
デフォルト値
true
解説
If the AllowPreparedStatement property is set to false, statements are parsed each time they are executed. Setting this property to false can be useful if you are executing many different queries only once.