CoreStrings.ComplexCollectionNotInitialized(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The complex type collection '{entityType}.{collection}' must be initialized to a non-null value before the elements can be accessed.
public static string ComplexCollectionNotInitialized(object? entityType, object? collection);
static member ComplexCollectionNotInitialized : obj * obj -> string
Public Shared Function ComplexCollectionNotInitialized (entityType As Object, collection As Object) As String
Parameters
- entityType
- Object
- collection
- Object