Click or drag to resize
IMetaObject Interface
Dynamic data defined in the data retrieval or access

Namespace: FlexRule.Data
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IMetaObject : IEnumerable<INameValue>, 
	IEnumerable

The IMetaObject type exposes the following members.

Properties
  NameDescription
Public propertyCount
Numbers of properties in the model
Public propertyItem
Returns value of a column from current row
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableINameValue.)
Public methodGetProperties
Returns names of columns are selected from database table
Public methodGetValue
Returns value of a column from current row
Top
Extension Methods
See Also