DedNetConnectorCommands.SelectDataByField Method

DedNetConnector

DedNetConnectorCommandsSelectDataByField Method

Namespace:  DedNetConnector
Assembly:  DedNetConnector (in DedNetConnector.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public DedDataLight[] SelectDataByField(
	string field,
	Object value,
	Dictionary<string, Object> subFields,
	bool showException
)
Public Function SelectDataByField ( 
	field As String,
	value As Object,
	subFields As Dictionary(Of String, Object),
	showException As Boolean
) As DedDataLight()
public:
array<DedDataLight^>^ SelectDataByField(
	String^ field, 
	Object^ value, 
	Dictionary<String^, Object^>^ subFields, 
	bool showException
)
member SelectDataByField : 
        field : string * 
        value : Object * 
        subFields : Dictionary<string, Object> * 
        showException : bool -> DedDataLight[] 

Parameters

field
Type: SystemString
value
Type: SystemObject
subFields
Type: System.Collections.GenericDictionaryString, Object
showException
Type: SystemBoolean

Return Value

Type: DedDataLight
See Also