Enum ScriptProjectInputBufferColumnUsageType
Namespace: Varigence.Languages.Biml.Script
Assembly: Biml.dll
C#
public enum ScriptProjectInputBufferColumnUsageType
Fields
Fields | Description |
---|---|
ReadOnly | Specifies that the Script Project code will only be able to read the value of input buffer column. |
ReadWrite | Specifies that the Script Project code will be able to both read and write the value of input buffer column. |