CollectionResourceCastNode(CollectionResourceNode, IEdmStructuredType) Constructor
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.
Create a CollectionCastNode with the given source node and the given target type.
public CollectionResourceCastNode (Microsoft.OData.UriParser.CollectionResourceNode source, Microsoft.OData.Edm.IEdmStructuredType structuredType);
new Microsoft.OData.UriParser.CollectionResourceCastNode : Microsoft.OData.UriParser.CollectionResourceNode * Microsoft.OData.Edm.IEdmStructuredType -> Microsoft.OData.UriParser.CollectionResourceCastNode
Public Sub New (source As CollectionResourceNode, structuredType As IEdmStructuredType)
Parameters
- source
- CollectionResourceNode
Parent CollectionNode that is being cast.
- structuredType
- IEdmStructuredType
Type to cast to.
Exceptions
Throws if the input source or structuredType are null.