DataPropertyBuilderIsPartOfKey Method Breeze.sharp
Used to defined that this DataProperty is part of this Entity's EntityKey.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public DataPropertyBuilder IsPartOfKey(
	bool isPartOfKey = true
)

Parameters

isPartOfKey (Optional)
Type: SystemBoolean

Return Value

Type: DataPropertyBuilder
See Also

Reference