Skip to main content

Enum ScriptProjectInputBufferColumnUsageType

Namespace: Varigence.Languages.Biml.Script

Assembly: Biml.dll

C#


public enum ScriptProjectInputBufferColumnUsageType

Fields

FieldsDescription
ReadOnlySpecifies that the Script Project code will only be able to read the value of input buffer column.
ReadWriteSpecifies that the Script Project code will be able to both read and write the value of input buffer column.