Share via


RuntimeElementType.GetProviderClrType Method

Definition

Gets the type that the elements of the collection will be converted to before being sent to the database provider.

public virtual Type? GetProviderClrType ();
abstract member GetProviderClrType : unit -> Type
override this.GetProviderClrType : unit -> Type
Public Overridable Function GetProviderClrType () As Type

Returns

The provider type, or null if none has been set.

Applies to