[This is preliminary documentation and is subject to change.]
Sets external parameter value returning true if parameter was found and set
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
public bool ExternalSetParameter(
string name,
Object value,
params string[] groups
)
public bool ExternalSetParameter(
string name,
Object value,
params string[] groups
)
Public Function ExternalSetParameter (
name As String,
value As Object,
ParamArray groups As String()
) As Boolean
Public Function ExternalSetParameter (
name As String,
value As Object,
ParamArray groups As String()
) As Boolean
public:
virtual bool ExternalSetParameter(
String^ name,
Object^ value,
... array<String^>^ groups
) sealed
public:
virtual bool ExternalSetParameter(
String^ name,
Object^ value,
... array<String^>^ groups
) sealed
abstract ExternalSetParameter :
name : string *
value : Object *
groups : string[] -> bool
override ExternalSetParameter :
name : string *
value : Object *
groups : string[] -> bool
abstract ExternalSetParameter :
name : string *
value : Object *
groups : string[] -> bool
override ExternalSetParameter :
name : string *
value : Object *
groups : string[] -> bool
Return Value
Type:
BooleanImplements
IExternallyParameterized ExternalSetParameter(String, Object, String )