Does this dialect support using a JDBC bind parameter as an argument
to a function or procedure call?
Namespace: NHibernate.DialectAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual bool SupportsBindAsCallableArgument { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property SupportsBindAsCallableArgument As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool SupportsBindAsCallableArgument {
bool get ();
} |
Return Value
True if the database supports accepting bind params as args; false otherwise.
See Also