The DataReference<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataReference<(Of <(<'T>)>)>()()()() |
Constructs a 'empty' DataReference.
| |
| DataReference<(Of <(<'T>)>)>(Object) |
Constructs a DataReference using a key value.
| |
| DataReference<(Of <(<'T>)>)>(T) |
Constructs a DataReference using an instance of the data item.
|
Methods
| Name | Description | |
|---|---|---|
| GetPredicateExpression |
A linq predicate that select the data item being referenced. You can use this when filtering data on the DataConnection.
|
Properties
| Name | Description | |
|---|---|---|
| Data |
The data item being referenced.
| |
| IsSet |
If the reference has not been set this is false.
| |
| KeyValue |
The key value of the data item being referenced, like the Guid for a page id.
| |
| ReferencedType |
The type of the data item. This type inherits from IData.
|