BTDB.ODBLayer.TableVersionInfo.NeedsInit C# (CSharp) Method

NeedsInit() private method

private NeedsInit ( ) : bool
return bool
        internal bool NeedsInit()
        {
            return _tableFields.Any(tfi => tfi.Handler is IFieldHandlerWithInit);
        }