CoreStrings.PropertyWrongName(Object, Object, Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Sağlanan CLR özelliğinin veya '{clrName}' alanının adıyla eşleşmediğinden '{property}' özelliği '{type}' türüne eklenemiyor. Aynı adı kullanın veya farklı bir CLR üyesi belirtin.
public static string PropertyWrongName(object property, object entityType, object clrName);
public static string PropertyWrongName(object? property, object? entityType, object? clrName);
public static string PropertyWrongName(object? property, object? type, object? clrName);
static member PropertyWrongName : obj * obj * obj -> string
static member PropertyWrongName : obj * obj * obj -> string
Public Shared Function PropertyWrongName (property As Object, entityType As Object, clrName As Object) As String
Public Shared Function PropertyWrongName (property As Object, type As Object, clrName As Object) As String
Parametreler
- property
- Object
- entityTypetype
- Object
- clrName
- Object