StreamAttribute Constructors
Applied to fields or a properties of an XPO persistent class. Specifies that the target string or byte[] property/field is a stream, when generating OData v3 Service metadata.| Name | Parameters |
|---|---|
| StreamAttribute(String, String) | name, contentType |
| StreamAttribute(String) | contentType |
See Also