Skip to content

Int64Field.Factory method

Static factory for field, for backward compatibility, avoid using.

public static Int64Field Factory(ICollection<Field> collection, string name, LocalText? caption, 
    int size, FieldFlags flags, Func<IRow, long?> getValue, Action<IRow, long?> setValue)
parameter description
collection The collection.
name The name.
caption The caption.
size The size.
flags The flags.
getValue The get value.
setValue The set value.

Return Value

A new Int64Field instance.

See Also