ContextDataSourceView.EntityType Propriedade

Definição

Obtém ou define o objeto criado para uma operação de inserção, exclusão ou atualização.Gets or sets the object that is created for an insert, delete, or update operation.

protected:
 virtual property Type ^ EntityType { Type ^ get(); };
protected override Type EntityType { get; }
member this.EntityType : Type
Protected Overrides ReadOnly Property EntityType As Type

Valor da propriedade

Type

O objeto que é criado para uma operação de inserção, exclusão ou atualização.The object that is created for an insert, delete, or update operation.

Aplica-se a