ColumnPropertyMappings

A collection that maps database column names to data model object property names.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Collections.DictionaryBase

Constructors

ColumnPropertyMappings

Default constructor

Signature:
public Void ColumnPropertyMappings()

Properties

Item

Indexer that receive the name of the column.

Signature:
public String Item { get; set; }

Methods

GetColumnName

Gets the name of the column for the specified property.

Signature:
public String GetColumnName(property)
Returns

The name of the column

Parameters
Name Type Summary
property String The name of the property