DataColumnMappingCollection::GetByDataSetColumn Method (String^)

 

Gets the DataColumnMapping object with the specified DataSet column name.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
DataColumnMapping^ GetByDataSetColumn(
	String^ value
)

Parameters

value
Type: System::String^

The name, which is not case-sensitive, of the DataSet column to find.

Return Value

Type: System.Data.Common::DataColumnMapping^

The DataColumnMapping object with the specified DataSet column name.

The following example searches for a DataColumnMapping within the collection. If the object exists, it is returned. The example assumes that a DataColumnMappingCollection collection and a DataColumnMapping object have been created.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: