Click or drag to resize
ITypedView2 Interface
Interface for TypedView classes. Adapter specific.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface ITypedView2 : IOwnedDataSerializable

The ITypedView2 type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the amount of rows in this typed view.
Top
Methods
  NameDescription
Public methodDeserializeOwnedData
Lets the implementing class retrieve internal data directly from a SerializationReader.
(Inherited from IOwnedDataSerializable.)
Public methodGetFieldsInfo
Gets the IEntityFields2 collection of fields of this typed view. Use this method in combination with the FetchTypedView() methods in DataAccessAdapter.
Public methodSerializeOwnedData
Lets the implementing class store internal data directly into a SerializationWriter.
(Inherited from IOwnedDataSerializable.)
Top
See Also