QueryableDataSourceView.EntityType Property

Definition

Gets the type of the data object to use for CUD operations.

protected:
 abstract property Type ^ EntityType { Type ^ get(); };
protected abstract Type EntityType { get; }
member this.EntityType : Type
Protected MustOverride ReadOnly Property EntityType As Type

Property Value

An instance of the type of the data object to use for CUD operations.

Applies to