Contains constants that specify binary content types.
| C# |
public enum BinaryColumnContentType
| Member | Description |
|---|---|
| None |
Indicates an unspecified content type (the default).
|
| Image |
Specifies an image.
|
| File |
Specifies a file.
|