DbColumn.Item[String] Propiedad

Definición

Obtiene el objeto basándose en el nombre de la propiedad de columna.

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ property); };
public virtual object this[string property] { get; }
member this.Item(string) : obj
Default Public Overridable ReadOnly Property Item(property As String) As Object

Parámetros

property
String

Nombre de propiedad de columna.

Valor de propiedad

Object

Objeto basado en el nombre de la propiedad de columna.

Se aplica a