Object which the data provider can use to uniquely identify the 'table record' in its own store matching a data element.

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public IDataId DataId { get; internal set; }
Visual Basic
Public Property DataId As IDataId
	Get
	Friend Set
Visual C++
public:
property IDataId^ DataId {
	IDataId^ get ();
	internal: void set (IDataId^ value);
}

See Also