Prepared
This property indicates whether or not to save a compiled version of a command before execution. The prepared property is used to have the provider save a prepared (or compiled) version of the query specified in the CommandText property before the object's first execution. If the property is False, the provider will execute the object directly without creating a compiled version.
Group: Stored Procedure Object
Syntax: StoredProc.Prepared = bValue
Alternate: Value = StoredProc.Prepared
bValue (Boolean) set to True to save a compiled version before execution