Share via


RelationalStrings.UnsupportedDataOperationStoreType(Object, Object) Method

Definition

The store type '{type}' used for the column '{column}' in a migration data operation is not supported by the current provider.

public static string UnsupportedDataOperationStoreType (object type, object column);
public static string UnsupportedDataOperationStoreType (object? type, object? column);
static member UnsupportedDataOperationStoreType : obj * obj -> string
Public Shared Function UnsupportedDataOperationStoreType (type As Object, column As Object) As String

Parameters

type
Object
column
Object

Returns

Applies to