Constructs a named parameter bind specification.
Namespace: NHibernate.ParamAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public NamedParameterSpecification( int sourceLine, int sourceColumn, string name ) |
| Visual Basic |
|---|
Public Sub New ( _ sourceLine As Integer, _ sourceColumn As Integer, _ name As String _ ) |
| Visual C++ |
|---|
public: NamedParameterSpecification( int sourceLine, int sourceColumn, String^ name ) |
Parameters
- sourceLine
- Type: System..::..Int32
sourceLine
- sourceColumn
- Type: System..::..Int32
sourceColumn
- name
- Type: System..::..String
The named parameter name.