Click or drag to resize
ReadonlyConextReadRowCollection 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 IEnumerable<IMetaObject> ReadRowCollection(
	string selectString,
	bool sp,
	IDictionary<string, Object> parameters
)

Parameters

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

Return Value

Type: IEnumerableIMetaObject
See Also