DynamicDataObjectGetArray(String) Method

Get array of values by property name.

Definition

Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Object[] GetArray(
	string key
)

Parameters

key  String
Property name.

Return Value

Object
Property values as a dynamic array.

Exceptions

InvalidCastException if the property data is not IEnumerable

See Also