The type of the command parameter.
Namespace: Alachisoft.NCache.Runtime.DependenciesAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
C# |
---|
public OracleCmdParamsType Type { get; set; } |
Visual Basic |
---|
Public Property Type As OracleCmdParamsType Get Set |
Visual C++ |
---|
public: property OracleCmdParamsType Type { OracleCmdParamsType get (); void set (OracleCmdParamsType value); } |