SqlMapperIParameterLookupItem Property |
Get the value of the specified parameter (return null if not found)
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object this[
string name
] { get; }
ReadOnly Default Property Item (
name As String
) As Object
Get
property Object^ default[String^ name] {
Object^ get (String^ name);
}
abstract Item : Object with get
Parameters
- name
- Type: SystemString
Property Value
Type:
ObjectSee Also