ClassRecord.GetRawValue(String) Method

Definition

Retrieves the value of the provided memberName.

public object? GetRawValue(string memberName);

Parameters

memberName
String

The name of the member.

Returns

For primitive types like Int32, string, or DateTime, returns their value.

For nulls, returns a null.

For other types that are not arrays, returns an instance of ClassRecord.

For single-dimensional arrays, returns SZArrayRecord<T> where the generic type is the primitive type or ClassRecord.

For jagged and multi-dimensional arrays, returns an instance of ArrayRecord.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)
Windows Desktop 9, 10