[Missing <summary> documentation for "M:Breeze.Sharp.StructuralAspect.GetValues(System.Collections.Generic.IEnumerable{Breeze.Sharp.DataProperty})"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
protected internal Object[] GetValues(
IEnumerable<DataProperty> properties = null
)
Protected Friend Function GetValues (
Optional properties As IEnumerable(Of DataProperty) = Nothing
) As Object()
protected public:
array<Object^>^ GetValues(
IEnumerable<DataProperty^>^ properties = nullptr
)
member GetValues :
?properties : IEnumerable<DataProperty>
(* Defaults:
let _properties = defaultArg properties null
*)
-> Object[]
Parameters
- properties (Optional)
- Type: System.Collections.GenericIEnumerableDataProperty
Return Value
Type:
Object
Reference