MethodSignatureGenerator.ContainerParameterType Propiedad

Definición

Obtiene o establece el tipo de objeto que rellenará la consulta.

public:
 property Type ^ ContainerParameterType { Type ^ get(); void set(Type ^ value); };
public Type ContainerParameterType { get; set; }
member this.ContainerParameterType : Type with get, set
Public Property ContainerParameterType As Type

Valor de propiedad

Tipo de objeto que rellenará la consulta. El tipo será DataSet o DataTable.

Se aplica a