Click or drag to resize
ReadonlyConextReadRow Method (String, Boolean, IDictionaryString, Object)

Namespace: FlexRule.Data.Database
Assembly: FlexRule.Database (in FlexRule.Database.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IMetaObject ReadRow(
	string selectString,
	bool sp,
	IDictionary<string, Object> parameters
)

Parameters

selectString
Type: SystemString
sp
Type: SystemBoolean
parameters
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: IMetaObject
See Also